Searched refs:srp_iu (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/infiniband/ulp/srp/ |
| D | ib_srp.h | 118 struct srp_iu *cmd; 169 struct srp_iu **tx_ring; 170 struct srp_iu **rx_ring; 256 struct srp_iu { struct
|
| D | ib_srp.c | 220 static struct srp_iu *srp_alloc_iu(struct srp_host *host, size_t size, in srp_alloc_iu() 224 struct srp_iu *iu; in srp_alloc_iu() 252 static void srp_free_iu(struct srp_host *host, struct srp_iu *iu) in srp_free_iu() 1939 static void srp_put_tx_iu(struct srp_rdma_ch *ch, struct srp_iu *iu, in srp_put_tx_iu() 1964 static struct srp_iu *__srp_get_tx_iu(struct srp_rdma_ch *ch, in __srp_get_tx_iu() 1969 struct srp_iu *iu; in __srp_get_tx_iu() 1988 iu = list_first_entry(&ch->free_tx, struct srp_iu, list); in __srp_get_tx_iu() 2000 struct srp_iu *iu = container_of(wc->wr_cqe, struct srp_iu, cqe); in srp_send_done() 2013 static int srp_post_send(struct srp_rdma_ch *ch, struct srp_iu *iu, int len) in srp_post_send() 2035 static int srp_post_recv(struct srp_rdma_ch *ch, struct srp_iu *iu) in srp_post_recv() [all …]
|
| /Linux-v4.19/include/scsi/ |
| D | viosrp.h | 37 union srp_iu { union 204 union srp_iu srp;
|
| /Linux-v4.19/drivers/scsi/ibmvscsi/ |
| D | ibmvscsi.c | 1204 login->req_it_iu_len = cpu_to_be32(sizeof(union srp_iu)); in send_srp_login()
|