Lines Matching refs:srp_iu
209 static struct srp_iu *srp_alloc_iu(struct srp_host *host, size_t size, in srp_alloc_iu()
213 struct srp_iu *iu; in srp_alloc_iu()
241 static void srp_free_iu(struct srp_host *host, struct srp_iu *iu) in srp_free_iu()
1690 static void srp_put_tx_iu(struct srp_rdma_ch *ch, struct srp_iu *iu, in srp_put_tx_iu()
1715 static struct srp_iu *__srp_get_tx_iu(struct srp_rdma_ch *ch, in __srp_get_tx_iu()
1720 struct srp_iu *iu; in __srp_get_tx_iu()
1737 iu = list_first_entry(&ch->free_tx, struct srp_iu, list); in __srp_get_tx_iu()
1742 static int srp_post_send(struct srp_rdma_ch *ch, struct srp_iu *iu, int len) in srp_post_send()
1762 static int srp_post_recv(struct srp_rdma_ch *ch, struct srp_iu *iu) in srp_post_recv()
1845 struct srp_iu *iu; in srp_response_common()
1909 struct srp_iu *iu = (struct srp_iu *) (uintptr_t) wc->wr_id; in srp_handle_recv()
2025 struct srp_iu *iu; in srp_send_completion()
2029 iu = (struct srp_iu *) (uintptr_t) wc.wr_id; in srp_send_completion()
2043 struct srp_iu *iu; in srp_queuecommand()
2285 struct srp_iu *iu = ch->rx_ring[i]; in srp_cm_rep_handler()
2477 struct srp_iu *iu; in srp_send_tsk_mgmt()