Searched refs:iser_rx_desc (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/infiniband/ulp/isert/ |
| D | ib_isert.h | 85 struct iser_rx_desc { struct 93 static inline struct iser_rx_desc *cqe_to_rx_desc(struct ib_cqe *cqe) in cqe_to_rx_desc() argument 95 return container_of(cqe, struct iser_rx_desc, rx_cqe); in cqe_to_rx_desc() 98 static void *isert_get_iser_hdr(struct iser_rx_desc *desc) in isert_get_iser_hdr() 103 static size_t isert_get_hdr_offset(struct iser_rx_desc *desc) in isert_get_hdr_offset() 108 static void *isert_get_iscsi_hdr(struct iser_rx_desc *desc) in isert_get_iscsi_hdr() 113 static void *isert_get_data(struct iser_rx_desc *desc) in isert_get_data() 148 struct iser_rx_desc *rx_desc; 167 struct iser_rx_desc *login_desc; 171 struct iser_rx_desc *rx_descs;
|
| D | ib_isert.c | 129 struct iser_rx_desc *rx_desc; in isert_alloc_rx_descriptors() 135 sizeof(struct iser_rx_desc), in isert_alloc_rx_descriptors() 175 struct iser_rx_desc *rx_desc; in isert_free_rx_descriptors() 704 struct iser_rx_desc *rx_desc; in isert_post_recvm() 726 isert_post_recv(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc) in isert_post_recv() 952 struct iser_rx_desc *rx_desc = isert_conn->login_desc; in isert_rx_login_req() 999 *isert_allocate_cmd(struct iscsi_conn *conn, struct iser_rx_desc *rx_desc) in isert_allocate_cmd() 1021 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd() 1089 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout() 1149 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_nop_out() [all …]
|
| /Linux-v5.10/drivers/infiniband/ulp/iser/ |
| D | iscsi_iser.h | 269 struct iser_rx_desc { struct 438 struct iser_rx_desc *rx_descs; 577 static inline struct iser_rx_desc * 580 return container_of(cqe, struct iser_rx_desc, cqe); in iser_rx()
|
| D | iser_initiator.c | 244 struct iser_rx_desc *rx_desc; in iser_alloc_rx_descriptors() 262 sizeof(struct iser_rx_desc), in iser_alloc_rx_descriptors() 305 struct iser_rx_desc *rx_desc; in iser_free_rx_descriptors() 658 struct iser_rx_desc *desc = iser_rx(wc->wr_cqe); in iser_task_rsp()
|
| D | iser_verbs.c | 858 struct iser_rx_desc *rx_desc; in iser_post_recvm()
|