Searched refs:update_sge (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 751 static void update_sge(struct qib_sge_state *ss, u32 length) in update_sge() function 929 update_sge(ss, len); in copy_io() 933 update_sge(ss, length); in copy_io() 1346 update_sge(ss, len); in qib_verbs_send_pio()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.c | 793 static void update_sge(struct ipath_sge_state *ss, u32 length) in update_sge() function 972 update_sge(ss, len); in copy_io() 976 update_sge(ss, length); in copy_io() 1303 update_sge(ss, len); in ipath_verbs_send_pio()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | verbs.c | 715 void update_sge(struct hfi1_sge_state *ss, u32 length) in update_sge() function 911 update_sge(ss, len); in build_verbs_ulp_payload() 1191 update_sge(ss, slen); in hfi1_verbs_send_pio()
|
D | hfi.h | 1646 void update_sge(struct hfi1_sge_state *ss, u32 length);
|
D | diag.c | 1726 update_sge(&temp_ss, slen); in snoop_send_pio_handler()
|