Home
last modified time | relevance | path

Searched defs:wrb (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_cmds.c92 struct be_mcc_wrb *wrb = NULL; in alloc_mcc_wrb() local
170 struct be_mcc_wrb **wrb, 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() local
673 void be_wrb_hdr_prepare(struct be_mcc_wrb *wrb, u32 payload_len, in be_wrb_hdr_prepare()
738 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_eq_create() local
779 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_cq_create() local
854 struct be_mcc_wrb *wrb; in beiscsi_cmd_mccq_create() local
903 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_q_destroy() local
980 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_create_default_pdu_queue() local
[all …]
Dbe_mgmt.c38 struct be_mcc_wrb *wrb; in mgmt_vendor_specific_fw_cmd() local
118 struct be_mcc_wrb *wrb; in mgmt_open_connection() local
228 struct be_mcc_wrb *wrb; in beiscsi_exec_nemb_cmd() local
387 struct be_mcc_wrb *wrb; in beiscsi_if_get_handle() local
818 struct be_mcc_wrb *wrb; in beiscsi_boot_process_compl() local
921 struct be_mcc_wrb *wrb; in beiscsi_boot_logout_sess() local
960 struct be_mcc_wrb *wrb; in beiscsi_boot_reopen_sess() local
1003 struct be_mcc_wrb *wrb; in beiscsi_boot_get_sinfo() local
1049 struct be_mcc_wrb *wrb; in __beiscsi_boot_get_shandle() local
1090 struct be_mcc_wrb *wrb; in beiscsi_boot_get_shandle() local
[all …]
Dbe.h191 #define be_dws_cpu_to_le(wrb, len) swap_dws(wrb, len) argument
192 #define be_dws_le_to_cpu(wrb, len) swap_dws(wrb, len) argument
193 static inline void swap_dws(void *wrb, int len) in swap_dws()
Dbe_cmds.h197 struct be_mcc_wrb wrb; member
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()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c114 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload()
602 struct be_mcc_wrb *wrb; in be_mcc_notify_wait() local
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()
833 struct be_mcc_wrb *wrb in wrb_from_mbox() local
842 struct be_mcc_wrb *wrb; in wrb_from_mccq() local
883 struct be_mcc_wrb *wrb) in be_cmd_copy()
904 struct be_mcc_wrb *wrb) in be_cmd_notify_wait()
937 u8 *wrb; in be_cmd_fw_init() local
[all …]
Dbe_main.c769 static inline void wrb_fill(struct be_eth_wrb *wrb, u64 addr, int len) in wrb_fill()
780 static inline void wrb_fill_dummy(struct be_eth_wrb *wrb) in wrb_fill_dummy()
901 static void unmap_tx_frag(struct device *dev, struct be_eth_wrb *wrb, in unmap_tx_frag()
952 struct be_eth_wrb *wrb; in be_tx_setup_wrb_frag() local
969 struct be_eth_wrb *wrb; in be_xmit_restore() local
2755 struct be_eth_wrb *wrb; in be_tx_compl_process() local
Dbe.h880 #define be_dws_cpu_to_le(wrb, len) swap_dws(wrb, len) argument
881 #define be_dws_le_to_cpu(wrb, len) swap_dws(wrb, len) argument
882 static inline void swap_dws(void *wrb, int len) in swap_dws()
Dbe_cmds.h245 struct be_mcc_wrb wrb; member
/Linux-v5.4/arch/mips/sgi-ip27/
Dip27-berr.c33 int wrb = errst1 & PI_ERR_ST1_WRBRRB_MASK; in dump_hub_information() local
/Linux-v5.4/drivers/net/ethernet/cirrus/
Dep93xx_eth.c181 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) macro