Searched refs:mbx_ops (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x550.c | 4061 .mbx_ops = &mbx_ops_generic, 4071 .mbx_ops = &mbx_ops_generic, 4082 .mbx_ops = &mbx_ops_generic, 4092 .mbx_ops = &mbx_ops_generic, 4102 .mbx_ops = &mbx_ops_generic,
|
| H A D | ixgbe_x540.c | 927 .mbx_ops = &mbx_ops_generic,
|
| H A D | ixgbe_82599.c | 2258 .mbx_ops = &mbx_ops_generic,
|
| H A D | ixgbe_e610.c | 2658 .mbx_ops = &mbx_ops_generic,
|
| H A D | ixgbe_type.h | 3718 const struct ixgbe_mbx_operations *mbx_ops; member
|
| H A D | ixgbe_main.c | 11404 hw->mbx.ops = ii->mbx_ops; in ixgbe_probe()
|
| /linux-6.15/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_hw.c | 4102 const struct qlcnic_mbx_ops *mbx_ops = mbx->ops; in qlcnic_83xx_mailbox_worker() local 4131 mbx_ops->encode_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4132 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_REQUEST); in qlcnic_83xx_mailbox_worker() 4136 mbx_ops->decode_resp(adapter, cmd); in qlcnic_83xx_mailbox_worker() 4137 mbx_ops->nofity_fw(adapter, QLC_83XX_MBX_COMPLETION); in qlcnic_83xx_mailbox_worker() 4150 mbx_ops->dequeue_cmd(adapter, cmd); in qlcnic_83xx_mailbox_worker()
|