Searched refs:iser_rx_desc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 59 struct iser_rx_desc { struct 164 struct iser_rx_desc *rx_descs;
|
D | ib_isert.c | 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() [all …]
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 297 struct iser_rx_desc { struct 504 struct iser_rx_desc *rx_descs; 585 void iser_rcv_completion(struct iser_rx_desc *desc,
|
D | iser_initiator.c | 260 struct iser_rx_desc *rx_desc; in iser_alloc_rx_descriptors() 277 sizeof(struct iser_rx_desc), GFP_KERNEL); in iser_alloc_rx_descriptors() 319 struct iser_rx_desc *rx_desc; in iser_free_rx_descriptors() 575 void iser_rcv_completion(struct iser_rx_desc *rx_desc, in iser_rcv_completion()
|
D | iser_verbs.c | 1034 struct iser_rx_desc *rx_desc; in iser_post_recvm() 1159 struct iser_rx_desc *rx_desc; in iser_handle_wc() 1164 rx_desc = (struct iser_rx_desc *)(uintptr_t)wc->wr_id; in iser_handle_wc()
|