Lines Matching refs:srp_iu
226 static struct srp_iu *srp_alloc_iu(struct srp_host *host, size_t size, in srp_alloc_iu()
230 struct srp_iu *iu; in srp_alloc_iu()
258 static void srp_free_iu(struct srp_host *host, struct srp_iu *iu) in srp_free_iu()
1815 static void srp_put_tx_iu(struct srp_rdma_ch *ch, struct srp_iu *iu, in srp_put_tx_iu()
1840 static struct srp_iu *__srp_get_tx_iu(struct srp_rdma_ch *ch, in __srp_get_tx_iu()
1845 struct srp_iu *iu; in __srp_get_tx_iu()
1864 iu = list_first_entry(&ch->free_tx, struct srp_iu, list); in __srp_get_tx_iu()
1876 struct srp_iu *iu = container_of(wc->wr_cqe, struct srp_iu, cqe); in srp_send_done()
1895 static int srp_post_send(struct srp_rdma_ch *ch, struct srp_iu *iu, int len) in srp_post_send()
1919 static int srp_post_recv(struct srp_rdma_ch *ch, struct srp_iu *iu) in srp_post_recv()
2007 struct srp_iu *iu; in srp_response_common()
2070 struct srp_iu *iu = container_of(wc->wr_cqe, struct srp_iu, cqe); in srp_recv_done()
2166 struct srp_iu *iu; in srp_queuecommand()
2388 struct srp_iu *iu = ch->rx_ring[i]; in srp_cm_rep_handler()
2729 struct srp_iu *iu; in srp_send_tsk_mgmt()