Searched refs:mbx_ops (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 4062 .mbx_ops = &mbx_ops_generic, 4072 .mbx_ops = &mbx_ops_generic, 4083 .mbx_ops = &mbx_ops_generic, 4093 .mbx_ops = &mbx_ops_generic, 4103 .mbx_ops = &mbx_ops_generic,
|
H A D | ixgbe_x540.c | 920 .mbx_ops = &mbx_ops_generic,
|
H A D | ixgbe_82599.c | 2253 .mbx_ops = &mbx_ops_generic,
|
H A D | ixgbe_type.h | 3659 const struct ixgbe_mbx_operations *mbx_ops; member
|
H A D | ixgbe_main.c | 10839 hw->mbx.ops = ii->mbx_ops; in ixgbe_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 4112 .mbx_ops = &mbx_ops_generic, 4122 .mbx_ops = &mbx_ops_generic, 4133 .mbx_ops = &mbx_ops_generic, 4143 .mbx_ops = &mbx_ops_generic, 4153 .mbx_ops = &mbx_ops_generic,
|
H A D | ixgbe_x540.c | 920 .mbx_ops = &mbx_ops_generic,
|
H A D | ixgbe_82599.c | 2254 .mbx_ops = &mbx_ops_generic,
|
H A D | ixgbe_type.h | 3663 const struct ixgbe_mbx_operations *mbx_ops; member
|
H A D | ixgbe_main.c | 10980 hw->mbx.ops = ii->mbx_ops; in ixgbe_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 4101 const struct qlcnic_mbx_ops *mbx_ops = mbx->ops; in qlcnic_83xx_mailbox_worker() local 4130 mbx_ops->encode_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4131 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_REQUEST); in qlcnic_83xx_mailbox_worker() 4135 mbx_ops->decode_resp(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4136 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_COMPLETION); in qlcnic_83xx_mailbox_worker() 4149 mbx_ops->dequeue_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 4100 const struct qlcnic_mbx_ops *mbx_ops = mbx->ops; in qlcnic_83xx_mailbox_worker() local 4129 mbx_ops->encode_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4130 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_REQUEST); in qlcnic_83xx_mailbox_worker() 4134 mbx_ops->decode_resp(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4135 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_COMPLETION); in qlcnic_83xx_mailbox_worker() 4148 mbx_ops->dequeue_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker()
|
Completed in 100 milliseconds