MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbe_set_vmdq

Function ixgbe_set_vmdq

dpdk/drivers/net/ixgbe/base/ixgbe_api.c:936–941  ·  view source on GitHub ↗

* ixgbe_set_vmdq - Associate a VMDq index with a receive address * @hw: pointer to hardware structure * @rar: receive address register index to associate with VMDq index * @vmdq: VMDq set or pool index **/

Source from the content-addressed store, hash-verified

934 * @vmdq: VMDq set or pool index
935 **/
936s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
937{
938 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
939 IXGBE_NOT_IMPLEMENTED);
940
941}
942
943/**
944 * ixgbe_set_vmdq_san_mac - Associate VMDq index 127 with a receive address

Callers 2

ixgbe_e_tag_filter_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected