Searched refs:srp_post_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1883 * srp_post_send() - send an SRP information unit 1888 static int srp_post_send(struct srp_rdma_ch *ch, struct srp_iu *iu, int len) in srp_post_send() function 2016 err = srp_post_send(ch, iu, len); in srp_response_common() 2216 if (srp_post_send(ch, iu, len)) { in srp_queuecommand() 2761 if (srp_post_send(ch, iu, sizeof(*tsk_mgmt))) { in srp_send_tsk_mgmt()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1884 * srp_post_send() - send an SRP information unit 1889 static int srp_post_send(struct srp_rdma_ch *ch, struct srp_iu *iu, int len) in srp_post_send() function 2017 err = srp_post_send(ch, iu, len); in srp_response_common() 2218 if (srp_post_send(ch, iu, len)) { in srp_queuecommand() 2763 if (srp_post_send(ch, iu, sizeof(*tsk_mgmt))) { in srp_send_tsk_mgmt()
|
Completed in 12 milliseconds