Home
last modified time | relevance | path

Searched refs:mbx_ops (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c4057 .mbx_ops = &mbx_ops_generic,
4067 .mbx_ops = &mbx_ops_generic,
4078 .mbx_ops = &mbx_ops_generic,
4088 .mbx_ops = &mbx_ops_generic,
4098 .mbx_ops = &mbx_ops_generic,
H A Dixgbe_x540.c920 .mbx_ops = &mbx_ops_generic,
H A Dixgbe_82599.c2254 .mbx_ops = &mbx_ops_generic,
H A Dixgbe_type.h3659 const struct ixgbe_mbx_operations *mbx_ops; member
H A Dixgbe_main.c10810 hw->mbx.ops = ii->mbx_ops; in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c4101 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()