Searched refs:mbx_ops (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_x550.c | 4054 .mbx_ops = &mbx_ops_generic, 4064 .mbx_ops = &mbx_ops_generic, 4075 .mbx_ops = &mbx_ops_generic, 4085 .mbx_ops = &mbx_ops_generic, 4095 .mbx_ops = &mbx_ops_generic,
|
| D | ixgbe_x540.c | 921 .mbx_ops = &mbx_ops_generic,
|
| D | ixgbe_82599.c | 2254 .mbx_ops = &mbx_ops_generic,
|
| D | ixgbe_type.h | 3659 const struct ixgbe_mbx_operations *mbx_ops; member
|
| D | ixgbe_main.c | 10884 hw->mbx.ops = ii->mbx_ops; in ixgbe_probe()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_83xx_hw.c | 4098 const struct qlcnic_mbx_ops *mbx_ops = mbx->ops; in qlcnic_83xx_mailbox_worker() local 4127 mbx_ops->encode_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4128 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_REQUEST); in qlcnic_83xx_mailbox_worker() 4132 mbx_ops->decode_resp(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4133 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_COMPLETION); in qlcnic_83xx_mailbox_worker() 4146 mbx_ops->dequeue_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker()
|