Lines Matching refs:srp_iu
211 static struct srp_iu *srp_alloc_iu(struct srp_host *host, size_t size, in srp_alloc_iu()
215 struct srp_iu *iu; in srp_alloc_iu()
243 static void srp_free_iu(struct srp_host *host, struct srp_iu *iu) in srp_free_iu()
1632 static void srp_put_tx_iu(struct srp_rdma_ch *ch, struct srp_iu *iu, in srp_put_tx_iu()
1657 static struct srp_iu *__srp_get_tx_iu(struct srp_rdma_ch *ch, in __srp_get_tx_iu()
1662 struct srp_iu *iu; in __srp_get_tx_iu()
1679 iu = list_first_entry(&ch->free_tx, struct srp_iu, list); in __srp_get_tx_iu()
1684 static int srp_post_send(struct srp_rdma_ch *ch, struct srp_iu *iu, int len) in srp_post_send()
1704 static int srp_post_recv(struct srp_rdma_ch *ch, struct srp_iu *iu) in srp_post_recv()
1787 struct srp_iu *iu; in srp_response_common()
1851 struct srp_iu *iu = (struct srp_iu *) (uintptr_t) wc->wr_id; in srp_handle_recv()
1966 struct srp_iu *iu; in srp_send_completion()
1970 iu = (struct srp_iu *) (uintptr_t) wc.wr_id; in srp_send_completion()
1984 struct srp_iu *iu; in srp_queuecommand()
2226 struct srp_iu *iu = ch->rx_ring[i]; in srp_cm_rep_handler()
2418 struct srp_iu *iu; in srp_send_tsk_mgmt()