Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/amso1100/
Dc2_qp.c799 u8 actual_sge_count; in c2_post_send() local
845 &tot_len, &actual_sge_count); in c2_post_send()
847 c2_wr_set_sge_count(&wr, actual_sge_count); in c2_post_send()
868 &tot_len, &actual_sge_count); in c2_post_send()
870 c2_wr_set_sge_count(&wr, actual_sge_count); in c2_post_send()
961 u8 actual_sge_count; in c2_post_receive() local
979 ib_wr->num_sge, &tot_len, &actual_sge_count); in c2_post_receive()
980 c2_wr_set_sge_count(&wr, actual_sge_count); in c2_post_receive()