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

Function ixgbe_clear_vmdq

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

* ixgbe_clear_vmdq - Disassociate a VMDq index from a receive address * @hw: pointer to hardware structure * @rar: receive address register index to disassociate with VMDq index * @vmdq: VMDq set or pool index **/

Source from the content-addressed store, hash-verified

958 * @vmdq: VMDq set or pool index
959 **/
960s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
961{
962 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
963 IXGBE_NOT_IMPLEMENTED);
964}
965
966/**
967 * ixgbe_init_rx_addrs - Initializes receive address filters.

Callers 2

ixgbe_e_tag_filter_delFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected