Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2324 if (test_bit(BNX2X_ACCEPT_UNICAST, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2328 if (test_bit(BNX2X_ACCEPT_MULTICAST, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2332 if (test_bit(BNX2X_ACCEPT_ALL_UNICAST, &p->rx_accept_flags)) { in bnx2x_set_rx_mode_e1x()
2337 if (test_bit(BNX2X_ACCEPT_ALL_MULTICAST, &p->rx_accept_flags)) { in bnx2x_set_rx_mode_e1x()
2342 if (test_bit(BNX2X_ACCEPT_BROADCAST, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2345 if (test_bit(BNX2X_ACCEPT_UNMATCHED, &p->rx_accept_flags)) in bnx2x_set_rx_mode_e1x()
2480 bnx2x_rx_mode_set_cmd_state_e2(bp, &p->rx_accept_flags, in bnx2x_set_rx_mode_e2()
2514 bnx2x_rx_mode_set_cmd_state_e2(bp, &p->rx_accept_flags, in bnx2x_set_rx_mode_e2()
2527 data->header.rule_cnt, p->rx_accept_flags, in bnx2x_set_rx_mode_e2()
H A Dbnx2x_sp.h492 unsigned long rx_accept_flags; member
H A Dbnx2x_sriov.c598 ramrod->rx_accept_flags = accept_flags; in bnx2x_vf_prep_rx_mode()
620 vfq_get(vf, qid)->accept_flags = ramrod.rx_accept_flags; in bnx2x_vf_rxmode()