Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/ulp/isert/
Dib_isert.h82 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()
125 struct iser_rx_desc *rx_desc;
144 struct iser_rx_desc *login_req_buf;
149 struct iser_rx_desc *rx_descs;
Dib_isert.c179 struct iser_rx_desc *rx_desc; in isert_alloc_rx_descriptors()
185 sizeof(struct iser_rx_desc), in isert_alloc_rx_descriptors()
225 struct iser_rx_desc *rx_desc; in isert_free_rx_descriptors()
815 struct iser_rx_desc *rx_desc; in isert_post_recvm()
837 isert_post_recv(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc) in isert_post_recv()
1062 struct iser_rx_desc *rx_desc = isert_conn->login_req_buf; in isert_rx_login_req()
1109 *isert_allocate_cmd(struct iscsi_conn *conn, struct iser_rx_desc *rx_desc) in isert_allocate_cmd()
1131 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd()
1198 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout()
1263 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_nop_out()
[all …]
/Linux-v4.19/drivers/infiniband/ulp/iser/
Discsi_iser.h287 struct iser_rx_desc { struct
517 struct iser_rx_desc *rx_descs;
698 static inline struct iser_rx_desc *
701 return container_of(cqe, struct iser_rx_desc, cqe); in iser_rx()
Diser_initiator.c244 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()
647 struct iser_rx_desc *desc = iser_rx(wc->wr_cqe); in iser_task_rsp()
Diser_verbs.c1052 struct iser_rx_desc *rx_desc; in iser_post_recvm()