Home
last modified time | relevance | path

Searched refs:actual_sge_count (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_qp.c801 u8 actual_sge_count; in c2_post_send() local
847 &tot_len, &actual_sge_count); in c2_post_send()
849 c2_wr_set_sge_count(&wr, actual_sge_count); in c2_post_send()
870 &tot_len, &actual_sge_count); in c2_post_send()
872 c2_wr_set_sge_count(&wr, actual_sge_count); in c2_post_send()
963 u8 actual_sge_count; in c2_post_receive() local
981 ib_wr->num_sge, &tot_len, &actual_sge_count); in c2_post_receive()
982 c2_wr_set_sge_count(&wr, actual_sge_count); in c2_post_receive()