Searched refs:tx_accept_flags (Results 1 – 3 of 3) sorted by relevance
6164 unsigned long tx_accept_flags, in bnx2x_set_q_rx_mode() argument6190 ramrod_param.tx_accept_flags = tx_accept_flags; in bnx2x_set_q_rx_mode()6203 unsigned long *tx_accept_flags) in bnx2x_fill_accept_flags() argument6207 *tx_accept_flags = 0; in bnx2x_fill_accept_flags()6222 __set_bit(BNX2X_ACCEPT_UNICAST, tx_accept_flags); in bnx2x_fill_accept_flags()6223 __set_bit(BNX2X_ACCEPT_MULTICAST, tx_accept_flags); in bnx2x_fill_accept_flags()6224 __set_bit(BNX2X_ACCEPT_BROADCAST, tx_accept_flags); in bnx2x_fill_accept_flags()6228 __set_bit(BNX2X_ACCEPT_ANY_VLAN, tx_accept_flags); in bnx2x_fill_accept_flags()6238 __set_bit(BNX2X_ACCEPT_UNICAST, tx_accept_flags); in bnx2x_fill_accept_flags()6239 __set_bit(BNX2X_ACCEPT_ALL_MULTICAST, tx_accept_flags); in bnx2x_fill_accept_flags()[all …]
495 unsigned long tx_accept_flags; member
600 ramrod->tx_accept_flags = accept_flags; in bnx2x_vf_prep_rx_mode()