HomeSort by: relevance | last modified time | path
    Searched refs:rar (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libarchive/
Makefile 362 test_rar_multivolume_multiple_files.part1.rar.uu \
363 test_rar_multivolume_multiple_files.part2.rar.uu \
364 test_rar_multivolume_multiple_files.part3.rar.uu \
365 test_rar_multivolume_multiple_files.part4.rar.uu \
366 test_rar_multivolume_multiple_files.part5.rar.uu \
367 test_rar_multivolume_multiple_files.part6.rar.uu \
368 test_rar_multivolume_single_file.part1.rar.uu \
369 test_rar_multivolume_single_file.part2.rar.uu \
370 test_rar_multivolume_single_file.part3.rar.uu \
371 test_rar_multivolume_uncompressed_files.part01.rar.uu
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_82598.h 45 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
ixgbe_common.c 125 /* RAR, Multicast, VLAN */
2418 /* Make sure we are using a valid rar index range */
2421 "RAR index %d is out of range.\n", index);
2425 /* setup VMDq pool selection before this RAR gets enabled */
2468 /* Make sure we are using a valid rar index range */
2471 "RAR index %d is out of range.\n", index);
2486 /* clear VMDq pool/queue selection for this RAR */
2524 DEBUGOUT("Overriding MAC Address in RAR[0]\n");
2534 /* clear VMDq pool/queue selection for RAR 0 */
2542 DEBUGOUT1("Clearing RAR[1-%d]\n", rar_entries - 1)
2572 u32 rar; local in function:ixgbe_add_uc_addr
3751 u32 rar; local in function:ixgbe_insert_mac_addr_generic
3905 u32 rar = hw->mac.san_mac_rar_index; local in function:ixgbe_set_vmdq_san_mac_generic
    [all...]
ixgbe_82598.c 70 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
151 /* RAR, Multicast, VLAN */
948 * @rar: receive address register index to associate with a VMDq index
951 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
958 /* Make sure we are using a valid rar index range */
959 if (rar >= rar_entries) {
960 DEBUGOUT1("RAR index %d is out of range.\n", rar);
964 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
967 IXGBE_WRITE_REG(hw, IXGBE_RAH(rar), rar_high)
    [all...]
ixgbe_common.h 135 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
137 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
ixgbe_api.h 117 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
119 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
ixgbe_api.c 892 * ixgbe_insert_mac_addr - Find a RAR for this mac address
898 * finds the rar that it is already in; adds to the pool list
940 * @rar: receive address register index to associate with VMDq index
943 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
945 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
964 * @rar: receive address register index to disassociate with VMDq index
967 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
969 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
988 * ixgbe_get_num_rx_addrs - Returns the number of RAR entries.
1038 * ixgbe_enable_mc - Enable multicast address in RAR
    [all...]

Completed in 17 milliseconds