Searched refs:BFI_MC_IOC (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 99 BFI_MC_IOC = 1, /*!< IO Controller (IOC) */ enumerator
|
D | bfa_ioc.c | 1922 bfi_h2i_set(enable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_ENABLE_REQ, in bfa_ioc_send_enable() 1936 bfi_h2i_set(disable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_DISABLE_REQ, in bfa_ioc_send_disable() 1950 bfi_h2i_set(attr_req.mh, BFI_MC_IOC, BFI_IOC_H2I_GETATTR_REQ, in bfa_ioc_send_getattr() 2697 if (mc == BFI_MC_IOC) { in bfa_nw_ioc_mbox_isr()
|
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfi.h | 186 BFI_MC_IOC = 1, /* IO Controller (IOC) */ enumerator
|
D | bfa_ioc.c | 1798 bfi_h2i_set(enable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_ENABLE_REQ, in bfa_ioc_send_enable() 1811 bfi_h2i_set(disable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_DISABLE_REQ, in bfa_ioc_send_disable() 1824 bfi_h2i_set(attr_req.mh, BFI_MC_IOC, BFI_IOC_H2I_GETATTR_REQ, in bfa_ioc_send_getattr() 2603 if (mc == BFI_MC_IOC) { in bfa_ioc_mbox_isr() 2987 bfi_h2i_set(req->mh, BFI_MC_IOC, BFI_IOC_H2I_DBG_SYNC, in bfa_ioc_send_fwsync()
|