Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/isert/
Dib_isert.h59 struct iser_rx_desc { struct
138 struct iser_rx_desc *rx_desc;
158 struct iser_rx_desc *rx_descs;
Dib_isert.c209 struct iser_rx_desc *rx_desc; in isert_alloc_rx_descriptors()
215 sizeof(struct iser_rx_desc), GFP_KERNEL); in isert_alloc_rx_descriptors()
255 struct iser_rx_desc *rx_desc; in isert_free_rx_descriptors()
983 struct iser_rx_desc *rx_desc; in isert_post_recvm()
1004 isert_post_recv(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc) in isert_post_recv()
1212 struct iser_rx_desc *rx_desc = (void *)isert_conn->login_req_buf; in isert_rx_login_req()
1259 *isert_allocate_cmd(struct iscsi_conn *conn, struct iser_rx_desc *rx_desc) in isert_allocate_cmd()
1281 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd()
1348 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout()
1413 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_nop_out()
[all …]
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.h320 struct iser_rx_desc { struct
549 struct iser_rx_desc *rx_descs;
636 void iser_rcv_completion(struct iser_rx_desc *desc,
Diser_initiator.c252 struct iser_rx_desc *rx_desc; in iser_alloc_rx_descriptors()
270 sizeof(struct iser_rx_desc), GFP_KERNEL); in iser_alloc_rx_descriptors()
312 struct iser_rx_desc *rx_desc; in iser_free_rx_descriptors()
568 void iser_rcv_completion(struct iser_rx_desc *rx_desc, in iser_rcv_completion()
Diser_verbs.c1077 struct iser_rx_desc *rx_desc; in iser_post_recvm()
1203 struct iser_rx_desc *rx_desc; in iser_handle_wc()
1208 rx_desc = (struct iser_rx_desc *)(uintptr_t)wc->wr_id; in iser_handle_wc()