OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rar
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/libarchive/
Makefile
403
test_rar_multivolume_multiple_files.part1.
rar
.uu \
404
test_rar_multivolume_multiple_files.part2.
rar
.uu \
405
test_rar_multivolume_multiple_files.part3.
rar
.uu \
406
test_rar_multivolume_multiple_files.part4.
rar
.uu \
407
test_rar_multivolume_multiple_files.part5.
rar
.uu \
408
test_rar_multivolume_multiple_files.part6.
rar
.uu \
409
test_rar_multivolume_single_file.part1.
rar
.uu \
410
test_rar_multivolume_single_file.part2.
rar
.uu \
411
test_rar_multivolume_single_file.part3.
rar
.uu \
412
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
3751
u32
rar
;
local
3905
u32
rar
= hw->mac.san_mac_
rar
_index;
local
[
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 26 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026