* 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 **/
| 934 | * @vmdq: VMDq set or pool index |
| 935 | **/ |
| 936 | s32 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 |
no outgoing calls
no test coverage detected