Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1432 uint32_t *rx_accept_flags, uint32_t *tx_accept_flags) in bnx2x_fill_accept_flags() argument
1435 *rx_accept_flags = 0; in bnx2x_fill_accept_flags()
1447 rte_bit_relaxed_set32(ECORE_ACCEPT_UNICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
1459 rte_bit_relaxed_set32(ECORE_ACCEPT_UNICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
1461 rx_accept_flags); in bnx2x_fill_accept_flags()
1480 rte_bit_relaxed_set32(ECORE_ACCEPT_UNICAST, rx_accept_flags); in bnx2x_fill_accept_flags()
1482 rx_accept_flags); in bnx2x_fill_accept_flags()
1517 unsigned long rx_accept_flags, in bnx2x_set_q_rx_mode() argument
1542 ramrod_param.rx_accept_flags = rx_accept_flags; in bnx2x_set_q_rx_mode()
1557 uint32_t rx_accept_flags = 0, tx_accept_flags = 0; in bnx2x_set_storm_rx_mode() local
[all …]
H A Decore_sp.c1964 if (ECORE_TEST_BIT(ECORE_ACCEPT_UNICAST, &p->rx_accept_flags)) in ecore_set_rx_mode_e1x()
1968 if (ECORE_TEST_BIT(ECORE_ACCEPT_MULTICAST, &p->rx_accept_flags)) in ecore_set_rx_mode_e1x()
1972 if (ECORE_TEST_BIT(ECORE_ACCEPT_ALL_UNICAST, &p->rx_accept_flags)) { in ecore_set_rx_mode_e1x()
1977 if (ECORE_TEST_BIT(ECORE_ACCEPT_ALL_MULTICAST, &p->rx_accept_flags)) { in ecore_set_rx_mode_e1x()
1982 if (ECORE_TEST_BIT(ECORE_ACCEPT_BROADCAST, &p->rx_accept_flags)) in ecore_set_rx_mode_e1x()
1985 if (ECORE_TEST_BIT(ECORE_ACCEPT_UNMATCHED, &p->rx_accept_flags)) in ecore_set_rx_mode_e1x()
2115 ecore_rx_mode_set_cmd_state_e2(&p->rx_accept_flags, in ecore_set_rx_mode_e2()
2148 ecore_rx_mode_set_cmd_state_e2(&p->rx_accept_flags, in ecore_set_rx_mode_e2()
2161 data->header.rule_cnt, p->rx_accept_flags, p->tx_accept_flags); in ecore_set_rx_mode_e2()
H A Decore_sp.h903 uint32_t rx_accept_flags; member