Lines Matching refs:iser_rx_desc
213 struct iser_rx_desc *rx_desc; in isert_alloc_rx_descriptors()
219 sizeof(struct iser_rx_desc), GFP_KERNEL); in isert_alloc_rx_descriptors()
261 struct iser_rx_desc *rx_desc; in isert_free_rx_descriptors()
1014 struct iser_rx_desc *rx_desc; in isert_post_recv()
1234 struct iser_rx_desc *rx_desc = (void *)isert_conn->login_req_buf; in isert_rx_login_req()
1302 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_scsi_cmd()
1359 struct iser_rx_desc *rx_desc, unsigned char *buf) in isert_handle_iscsi_dataout()
1415 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_nop_out()
1434 struct iscsi_cmd *cmd, struct iser_rx_desc *rx_desc, in isert_handle_text_cmd()
1462 isert_rx_opcode(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc, in isert_rx_opcode()
1548 isert_rx_do_work(struct iser_rx_desc *rx_desc, struct isert_conn *isert_conn) in isert_rx_do_work()
1585 isert_rcv_completion(struct iser_rx_desc *desc, in isert_rcv_completion()
2100 struct iser_rx_desc *rx_desc; in isert_handle_wc()
2105 rx_desc = (struct iser_rx_desc *)(uintptr_t)wc->wr_id; in isert_handle_wc()