Home
last modified time | relevance | path

Searched refs:iser_rx_desc (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/infiniband/ulp/isert/
Dib_isert.h88 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() argument
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_descs;
Dib_isert.c153 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()
730 struct iser_rx_desc *rx_desc; in isert_post_recvm()
752 isert_post_recv(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc) in isert_post_recv()
978 struct iser_rx_desc *rx_desc = isert_conn->login_desc; in isert_rx_login_req()
1025 *isert_allocate_cmd(struct iscsit_conn *conn, struct iser_rx_desc *rx_desc) in isert_allocate_cmd()
1047 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd()
1115 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout()
1175 struct iscsit_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_nop_out()
[all …]
/linux-6.1.9/drivers/infiniband/ulp/iser/
Discsi_iser.h265 struct iser_rx_desc { struct
421 struct iser_rx_desc *rx_descs;
530 struct iser_rx_desc *rx_desc);
558 static inline struct iser_rx_desc *
561 return container_of(cqe, struct iser_rx_desc, cqe); in iser_rx()
Diser_initiator.c224 struct iser_rx_desc *rx_desc; in iser_alloc_rx_descriptors()
240 sizeof(struct iser_rx_desc), in iser_alloc_rx_descriptors()
282 struct iser_rx_desc *rx_desc; in iser_free_rx_descriptors()
634 struct iser_rx_desc *desc = iser_rx(wc->wr_cqe); in iser_task_rsp()
Diser_verbs.c846 int iser_post_recvm(struct iser_conn *iser_conn, struct iser_rx_desc *rx_desc) in iser_post_recvm()