Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c3593 unsigned long *tx_accept_flags) in bxe_fill_accept_flags() argument
3597 *tx_accept_flags = 0; in bxe_fill_accept_flags()
3613 bxe_set_bit(ECORE_ACCEPT_UNICAST, tx_accept_flags); in bxe_fill_accept_flags()
3614 bxe_set_bit(ECORE_ACCEPT_MULTICAST, tx_accept_flags); in bxe_fill_accept_flags()
3615 bxe_set_bit(ECORE_ACCEPT_BROADCAST, tx_accept_flags); in bxe_fill_accept_flags()
3625 bxe_set_bit(ECORE_ACCEPT_UNICAST, tx_accept_flags); in bxe_fill_accept_flags()
3626 bxe_set_bit(ECORE_ACCEPT_ALL_MULTICAST, tx_accept_flags); in bxe_fill_accept_flags()
3627 bxe_set_bit(ECORE_ACCEPT_BROADCAST, tx_accept_flags); in bxe_fill_accept_flags()
3643 bxe_set_bit(ECORE_ACCEPT_ALL_MULTICAST, tx_accept_flags); in bxe_fill_accept_flags()
3644 bxe_set_bit(ECORE_ACCEPT_BROADCAST, tx_accept_flags); in bxe_fill_accept_flags()
[all …]
H A Decore_sp.c2695 ecore_rx_mode_set_cmd_state_e2(sc, &p->tx_accept_flags, in ecore_set_rx_mode_e2()
2728 ecore_rx_mode_set_cmd_state_e2(sc, &p->tx_accept_flags, in ecore_set_rx_mode_e2()
2756 p->tx_accept_flags); in ecore_set_rx_mode_e2()