Lines Matching refs:iser_rx_desc
209 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()
1432 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_text_cmd()
1460 isert_rx_opcode(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc, in isert_rx_opcode()
1544 isert_rx_do_work(struct iser_rx_desc *rx_desc, struct isert_conn *isert_conn) in isert_rx_do_work()
1580 isert_rcv_completion(struct iser_rx_desc *desc, in isert_rcv_completion()
2073 struct iser_rx_desc *rx_desc; in isert_handle_wc()
2078 rx_desc = (struct iser_rx_desc *)(uintptr_t)wc->wr_id; in isert_handle_wc()