Searched refs:iser_rx_desc (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.h | 88 struct iser_rx_desc { struct 96 static inline struct iser_rx_desc *cqe_to_rx_desc(struct ib_cqe *cqe) in cqe_to_rx_desc() 98 return container_of(cqe, struct iser_rx_desc, rx_cqe); in cqe_to_rx_desc() 101 static void *isert_get_iser_hdr(struct iser_rx_desc *desc) in isert_get_iser_hdr() 106 static size_t isert_get_hdr_offset(struct iser_rx_desc *desc) in isert_get_hdr_offset() 111 static void *isert_get_iscsi_hdr(struct iser_rx_desc *desc) in isert_get_iscsi_hdr() 116 static void *isert_get_data(struct iser_rx_desc *desc) in isert_get_data() 151 struct iser_rx_desc *rx_desc; 170 struct iser_rx_desc *login_desc; 174 struct iser_rx_desc *rx_desc [all...] |
H A D | ib_isert.c | 154 struct iser_rx_desc *rx_desc; in isert_alloc_rx_descriptors() 160 sizeof(struct iser_rx_desc), in isert_alloc_rx_descriptors() 200 struct iser_rx_desc *rx_desc; in isert_free_rx_descriptors() 733 struct iser_rx_desc *rx_desc; in isert_post_recvm() 755 isert_post_recv(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc) in isert_post_recv() 981 struct iser_rx_desc *rx_desc = isert_conn->login_desc; in isert_rx_login_req() 1028 *isert_allocate_cmd(struct iscsi_conn *conn, struct iser_rx_desc *rx_desc) in isert_allocate_cmd() 1050 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd() 1118 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout() 1178 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_des in isert_handle_nop_out() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.h | 88 struct iser_rx_desc { struct 96 static inline struct iser_rx_desc *cqe_to_rx_desc(struct ib_cqe *cqe) in cqe_to_rx_desc() 98 return container_of(cqe, struct iser_rx_desc, rx_cqe); in cqe_to_rx_desc() 101 static void *isert_get_iser_hdr(struct iser_rx_desc *desc) in isert_get_iser_hdr() 106 static size_t isert_get_hdr_offset(struct iser_rx_desc *desc) in isert_get_hdr_offset() 111 static void *isert_get_iscsi_hdr(struct iser_rx_desc *desc) in isert_get_iscsi_hdr() 116 static void *isert_get_data(struct iser_rx_desc *desc) in isert_get_data() 151 struct iser_rx_desc *rx_desc; 170 struct iser_rx_desc *login_desc; 174 struct iser_rx_desc *rx_desc [all...] |
H A D | ib_isert.c | 153 struct iser_rx_desc *rx_desc; in isert_alloc_rx_descriptors() 159 sizeof(struct iser_rx_desc), in isert_alloc_rx_descriptors() 199 struct iser_rx_desc *rx_desc; in isert_free_rx_descriptors() 734 struct iser_rx_desc *rx_desc; in isert_post_recvm() 756 isert_post_recv(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc) in isert_post_recv() 982 struct iser_rx_desc *rx_desc = isert_conn->login_desc; in isert_rx_login_req() 1028 *isert_allocate_cmd(struct iscsit_conn *conn, struct iser_rx_desc *rx_desc) in isert_allocate_cmd() 1050 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd() 1118 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout() 1178 struct iscsit_cmd *cmd, struct iser_rx_desc *rx_des in isert_handle_nop_out() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 255 * struct iser_rx_desc - iSER RX descriptor 265 struct iser_rx_desc { struct 419 struct iser_rx_desc *rx_descs; 528 struct iser_rx_desc *rx_desc); 556 static inline struct iser_rx_desc * 559 return container_of(cqe, struct iser_rx_desc, cqe); in iser_rx()
|
H A D | iser_initiator.c | 228 struct iser_rx_desc *rx_desc; in iser_alloc_rx_descriptors() 244 sizeof(struct iser_rx_desc), in iser_alloc_rx_descriptors() 286 struct iser_rx_desc *rx_desc; in iser_free_rx_descriptors() 638 struct iser_rx_desc *desc = iser_rx(wc->wr_cqe); in iser_task_rsp()
|
H A D | iser_verbs.c | 830 int iser_post_recvm(struct iser_conn *iser_conn, struct iser_rx_desc *rx_desc) in iser_post_recvm()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 259 * struct iser_rx_desc - iSER RX descriptor 269 struct iser_rx_desc { struct 436 struct iser_rx_desc *rx_descs; 575 static inline struct iser_rx_desc * 578 return container_of(cqe, struct iser_rx_desc, cqe); in iser_rx()
|
H A 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() 661 struct iser_rx_desc *desc = iser_rx(wc->wr_cqe); in iser_task_rsp()
|
H A D | iser_verbs.c | 857 struct iser_rx_desc *rx_desc; in iser_post_recvm()
|
Completed in 13 milliseconds