Home
last modified time | relevance | path

Searched refs:be_mcc_wrb (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c118 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload()
608 struct be_mcc_wrb *wrb; in be_mcc_notify_wait()
785 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb) in nonembedded_sgl()
790 static inline void fill_wrb_tags(struct be_mcc_wrb *wrb, unsigned long addr) in fill_wrb_tags()
800 struct be_mcc_wrb *wrb, in be_wrb_cmd_hdr_prepare()
836 static inline struct be_mcc_wrb *wrb_from_mbox(struct be_adapter *adapter) in wrb_from_mbox()
839 struct be_mcc_wrb *wrb in wrb_from_mbox()
845 static struct be_mcc_wrb *wrb_from_mccq(struct be_adapter *adapter) in wrb_from_mccq()
848 struct be_mcc_wrb *wrb; in wrb_from_mccq()
888 static struct be_mcc_wrb *be_cmd_copy(struct be_adapter *adapter, in be_cmd_copy()
[all …]
Dbe_cmds.h35 struct be_mcc_wrb { struct
249 struct be_mcc_wrb wrb;
Dbe_main.c3024 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_cmds.c93 struct be_mcc_wrb *alloc_mcc_wrb(struct beiscsi_hba *phba, in alloc_mcc_wrb()
97 struct be_mcc_wrb *wrb = NULL; in alloc_mcc_wrb()
175 struct be_mcc_wrb **wrb, in __beiscsi_mcc_compl_status()
182 struct be_mcc_wrb *temp_wrb; in __beiscsi_mcc_compl_status()
196 temp_wrb = (struct be_mcc_wrb *)queue_get_wrb(mccq, wrb_num); in __beiscsi_mcc_compl_status()
241 struct be_mcc_wrb **wrb, in beiscsi_mccq_compl_wait()
327 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_process_mbox_compl()
678 void be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len, in be_wrb_hdr_prepare()
735 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem) in wrb_from_mbox()
743 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_eq_create()
[all …]
Dbe_cmds.h31 struct be_mcc_wrb { struct
202 struct be_mcc_wrb wrb;
696 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload()
701 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb) in nonembedded_sgl()
827 struct be_mcc_wrb **wrb,
831 struct be_mcc_wrb **wrb,
833 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem);
835 struct be_mcc_wrb *alloc_mcc_wrb(struct beiscsi_hba *phba,
1461 void be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len,
Dbe_mgmt.c38 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()
386 struct be_mcc_wrb *wrb; in beiscsi_if_get_handle()
817 struct be_mcc_wrb *wrb; in beiscsi_boot_process_compl()
920 struct be_mcc_wrb *wrb; in beiscsi_boot_logout_sess()
959 struct be_mcc_wrb *wrb; in beiscsi_boot_reopen_sess()
1002 struct be_mcc_wrb *wrb; in beiscsi_boot_get_sinfo()
1047 struct be_mcc_wrb *wrb; in __beiscsi_boot_get_shandle()
1088 struct be_mcc_wrb *wrb; in beiscsi_boot_get_shandle()
[all …]
Dbe_main.c3550 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()