Home
last modified time | relevance | path

Searched refs:rx_accept_flags (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2323 if (test_bit(BNX2X_ACCEPT_UNICAST, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2327 if (test_bit(BNX2X_ACCEPT_MULTICAST, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2331 if (test_bit(BNX2X_ACCEPT_ALL_UNICAST, &p->rx_accept_flags)) { in bnx2x_set_rx_mode_e1x()
2336 if (test_bit(BNX2X_ACCEPT_ALL_MULTICAST, &p->rx_accept_flags)) { in bnx2x_set_rx_mode_e1x()
2341 if (test_bit(BNX2X_ACCEPT_BROADCAST, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2344 if (test_bit(BNX2X_ACCEPT_UNMATCHED, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2479 bnx2x_rx_mode_set_cmd_state_e2(bp, &p->rx_accept_flags, in bnx2x_set_rx_mode_e2()
2513 bnx2x_rx_mode_set_cmd_state_e2(bp, &p->rx_accept_flags, in bnx2x_set_rx_mode_e2()
2526 data->header.rule_cnt, p->rx_accept_flags, in bnx2x_set_rx_mode_e2()
H A Dbnx2x_main.c6165 unsigned long rx_accept_flags, in bnx2x_set_q_rx_mode() argument
6191 ramrod_param.rx_accept_flags = rx_accept_flags; in bnx2x_set_q_rx_mode()
6204 unsigned long *rx_accept_flags, in bnx2x_fill_accept_flags() argument
6208 *rx_accept_flags = 0; in bnx2x_fill_accept_flags()
6219 __set_bit(BNX2X_ACCEPT_UNICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
6220 __set_bit(BNX2X_ACCEPT_MULTICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
6221 __set_bit(BNX2X_ACCEPT_BROADCAST, rx_accept_flags); in bnx2x_fill_accept_flags()
6229 __set_bit(BNX2X_ACCEPT_ANY_VLAN, rx_accept_flags); in bnx2x_fill_accept_flags()
6235 __set_bit(BNX2X_ACCEPT_UNICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
6236 __set_bit(BNX2X_ACCEPT_ALL_MULTICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
[all …]
H A Dbnx2x_sp.h492 unsigned long rx_accept_flags; member
H A Dbnx2x_sriov.c599 ramrod->rx_accept_flags = accept_flags; in bnx2x_vf_prep_rx_mode()
621 vfq_get(vf, qid)->accept_flags = ramrod.rx_accept_flags; in bnx2x_vf_rxmode()