Searched defs:wrb (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 92 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 …]
|
H A D | be_mgmt.c | 38 struct be_mcc_wrb *wrb; in mgmt_vendor_specific_fw_cmd() local 119 struct be_mcc_wrb *wrb; in mgmt_open_connection() local 229 struct be_mcc_wrb *wrb; in beiscsi_exec_nemb_cmd() local 391 struct be_mcc_wrb *wrb; in beiscsi_if_get_handle() local 825 struct be_mcc_wrb *wrb; in beiscsi_boot_process_compl() local 928 struct be_mcc_wrb *wrb; in beiscsi_boot_logout_sess() local 967 struct be_mcc_wrb *wrb; in beiscsi_boot_reopen_sess() local 1010 struct be_mcc_wrb *wrb; in beiscsi_boot_get_sinfo() local 1056 struct be_mcc_wrb *wrb; in __beiscsi_boot_get_shandle() local 1097 struct be_mcc_wrb *wrb; in beiscsi_boot_get_shandle() local [all …]
|
H A D | be.h | 191 #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()
|
H A D | be_cmds.h | 197 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()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 114 static inline void *embedded_payload(struct be_mcc_wrb *wrb) in embedded_payload() 606 struct be_mcc_wrb *wrb; in be_mcc_notify_wait() local 782 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb) in nonembedded_sgl() 787 static inline void fill_wrb_tags(struct be_mcc_wrb *wrb, unsigned long addr) in fill_wrb_tags() 797 struct be_mcc_wrb *wrb, in be_wrb_cmd_hdr_prepare() 836 struct be_mcc_wrb *wrb = &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox() local 845 struct be_mcc_wrb *wrb; in wrb_from_mccq() local 886 struct be_mcc_wrb *wrb) in be_cmd_copy() 907 struct be_mcc_wrb *wrb) in be_cmd_notify_wait() 940 u8 *wrb; in be_cmd_fw_init() local [all …]
|
H A D | be_main.c | 767 static inline void wrb_fill(struct be_eth_wrb *wrb, u64 addr, int len) in wrb_fill() 778 static inline void wrb_fill_dummy(struct be_eth_wrb *wrb) in wrb_fill_dummy() 899 static void unmap_tx_frag(struct device *dev, struct be_eth_wrb *wrb, in unmap_tx_frag() 950 struct be_eth_wrb *wrb; in be_tx_setup_wrb_frag() local 967 struct be_eth_wrb *wrb; in be_xmit_restore() local 2756 struct be_eth_wrb *wrb; in be_tx_compl_process() local
|
H A D | be.h | 873 #define be_dws_cpu_to_le(wrb, len) swap_dws(wrb, len) argument 874 #define be_dws_le_to_cpu(wrb, len) swap_dws(wrb, len) argument 875 static inline void swap_dws(void *wrb, int len) in swap_dws()
|
H A D | be_cmds.h | 245 struct be_mcc_wrb wrb; member
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | sys.c | 106 void X86API wrb(u32 addr, u8 val) in wrb() function
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 180 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) macro
|