Home
last modified time | relevance | path

Searched refs:tx_accept_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2062 unsigned long tx_accept_flags = 0; in lm_set_rx_mask() local
2093 ECORE_SET_BIT_NA(ECORE_ACCEPT_ANY_VLAN, &tx_accept_flags); in lm_set_rx_mask()
2109 ECORE_SET_BIT_NA(ECORE_ACCEPT_UNICAST, &tx_accept_flags); in lm_set_rx_mask()
2110 ECORE_SET_BIT_NA(ECORE_ACCEPT_ALL_MULTICAST, &tx_accept_flags); in lm_set_rx_mask()
2111 ECORE_SET_BIT_NA(ECORE_ACCEPT_BROADCAST, &tx_accept_flags); in lm_set_rx_mask()
2120 ECORE_SET_BIT_NA(ECORE_ACCEPT_ALL_UNICAST, &tx_accept_flags); in lm_set_rx_mask()
2129 ECORE_SET_BIT_NA(ECORE_ACCEPT_UNICAST, &tx_accept_flags); in lm_set_rx_mask()
2136 ECORE_SET_BIT_NA(ECORE_ACCEPT_MULTICAST, &tx_accept_flags); in lm_set_rx_mask()
2143 ECORE_SET_BIT_NA(ECORE_ACCEPT_ALL_MULTICAST, &tx_accept_flags); in lm_set_rx_mask()
2150 ECORE_SET_BIT_NA(ECORE_ACCEPT_BROADCAST, &tx_accept_flags); in lm_set_rx_mask()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h549 unsigned long tx_accept_flags; member
H A Decore_sp_verbs.c2769 ecore_rx_mode_set_cmd_state_e2(pdev, &p->tx_accept_flags, in ecore_set_rx_mode_e2()
2802 ecore_rx_mode_set_cmd_state_e2(pdev, &p->tx_accept_flags, in ecore_set_rx_mode_e2()
2830 p->tx_accept_flags); in ecore_set_rx_mode_e2()