Searched refs:be_mcc_wrb (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ |
| D | be_cmds.c | 114 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload() 602 struct be_mcc_wrb *wrb; in be_mcc_notify_wait() 779 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb) in nonembedded_sgl() 784 static inline void fill_wrb_tags(struct be_mcc_wrb *wrb, unsigned long addr) in fill_wrb_tags() 794 struct be_mcc_wrb *wrb, in be_wrb_cmd_hdr_prepare() 830 static inline struct be_mcc_wrb *wrb_from_mbox(struct be_adapter *adapter) in wrb_from_mbox() 833 struct be_mcc_wrb *wrb in wrb_from_mbox() 839 static struct be_mcc_wrb *wrb_from_mccq(struct be_adapter *adapter) in wrb_from_mccq() 842 struct be_mcc_wrb *wrb; in wrb_from_mccq() 882 static struct be_mcc_wrb *be_cmd_copy(struct be_adapter *adapter, in be_cmd_copy() [all …]
|
| D | be_cmds.h | 31 struct be_mcc_wrb { struct 245 struct be_mcc_wrb wrb;
|
| D | be_main.c | 3022 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
|
| /Linux-v5.4/drivers/scsi/be2iscsi/ |
| D | be_cmds.c | 88 struct be_mcc_wrb *alloc_mcc_wrb(struct beiscsi_hba *phba, in alloc_mcc_wrb() 92 struct be_mcc_wrb *wrb = NULL; in alloc_mcc_wrb() 170 struct be_mcc_wrb **wrb, in __beiscsi_mcc_compl_status() 177 struct be_mcc_wrb *temp_wrb; in __beiscsi_mcc_compl_status() 191 temp_wrb = (struct be_mcc_wrb *)queue_get_wrb(mccq, wrb_num); in __beiscsi_mcc_compl_status() 236 struct be_mcc_wrb **wrb, in beiscsi_mccq_compl_wait() 322 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_process_mbox_compl() 673 void be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len, in be_wrb_hdr_prepare() 730 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem) in wrb_from_mbox() 738 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_eq_create() [all …]
|
| D | be_cmds.h | 26 struct be_mcc_wrb { struct 197 struct be_mcc_wrb wrb; 691 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload() 696 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb) in nonembedded_sgl() 822 struct be_mcc_wrb **wrb, 826 struct be_mcc_wrb **wrb, 828 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem); 830 struct be_mcc_wrb *alloc_mcc_wrb(struct beiscsi_hba *phba, 1456 void be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len,
|
| D | be_mgmt.c | 38 struct be_mcc_wrb *wrb; in mgmt_vendor_specific_fw_cmd() 118 struct be_mcc_wrb *wrb; in mgmt_open_connection() 228 struct be_mcc_wrb *wrb; in beiscsi_exec_nemb_cmd() 387 struct be_mcc_wrb *wrb; in beiscsi_if_get_handle() 818 struct be_mcc_wrb *wrb; in beiscsi_boot_process_compl() 921 struct be_mcc_wrb *wrb; in beiscsi_boot_logout_sess() 960 struct be_mcc_wrb *wrb; in beiscsi_boot_reopen_sess() 1003 struct be_mcc_wrb *wrb; in beiscsi_boot_get_sinfo() 1049 struct be_mcc_wrb *wrb; in __beiscsi_boot_get_shandle() 1090 struct be_mcc_wrb *wrb; in beiscsi_boot_get_shandle() [all …]
|
| D | be_main.c | 3532 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
|