Searched refs:be_mcc_wrb (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 114 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload() 604 struct be_mcc_wrb *wrb; in be_mcc_notify_wait() 781 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb) in nonembedded_sgl() 786 static inline void fill_wrb_tags(struct be_mcc_wrb *wrb, unsigned long addr) in fill_wrb_tags() 796 struct be_mcc_wrb *wrb, in be_wrb_cmd_hdr_prepare() 832 static inline struct be_mcc_wrb *wrb_from_mbox(struct be_adapter *adapter) in wrb_from_mbox() 835 struct be_mcc_wrb *wrb in wrb_from_mbox() 841 static struct be_mcc_wrb *wrb_from_mccq(struct be_adapter *adapter) in wrb_from_mccq() 844 struct be_mcc_wrb *wrb; in wrb_from_mccq() 884 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 | 3020 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
|
/linux-6.1.9/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() 119 struct be_mcc_wrb *wrb; in mgmt_open_connection() 229 struct be_mcc_wrb *wrb; in beiscsi_exec_nemb_cmd() 391 struct be_mcc_wrb *wrb; in beiscsi_if_get_handle() 825 struct be_mcc_wrb *wrb; in beiscsi_boot_process_compl() 928 struct be_mcc_wrb *wrb; in beiscsi_boot_logout_sess() 967 struct be_mcc_wrb *wrb; in beiscsi_boot_reopen_sess() 1010 struct be_mcc_wrb *wrb; in beiscsi_boot_get_sinfo() 1056 struct be_mcc_wrb *wrb; in __beiscsi_boot_get_shandle() 1097 struct be_mcc_wrb *wrb; in beiscsi_boot_get_shandle() [all …]
|
D | be_main.c | 3544 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
|