Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h528 s32 (*dmac_update_tcs)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h615 hw->mac.dmac_update_tcs = txgbe_mac_dmac_update_tcs_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1192 return ixgbe_call_func(hw, hw->mac.ops.dmac_update_tcs, (hw), in ixgbe_dmac_update_tcs()
H A Dixgbe_type.h4011 s32 (*dmac_update_tcs)(struct ixgbe_hw *hw); member
H A Dixgbe_x550.c35 mac->ops.dmac_update_tcs = ixgbe_dmac_update_tcs_X550; in ixgbe_init_ops_X550()
H A Dixgbe_common.c117 mac->ops.dmac_update_tcs = NULL; in ixgbe_init_ops_generic()