Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h1208 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs()
1262 BNX2X_FILTER_MCAST_PENDING, &bp->sp_state, in bnx2x_init_bp_objs()
1274 BNX2X_FILTER_RSS_CONF_PENDING, &bp->sp_state, in bnx2x_init_bp_objs()
1446 if (!(bp->sp_state & mask)) { in bnx2x_wait_sp_comp()
1458 if (bp->sp_state & mask) { in bnx2x_wait_sp_comp()
1460 bp->sp_state, mask); in bnx2x_wait_sp_comp()
Dbnx2x_main.c4541 clear_bit(BNX2X_FILTER_RX_MODE_PENDING, &bp->sp_state); in bnx2x_handle_rx_mode_eqe()
4544 if (test_and_clear_bit(BNX2X_FILTER_RX_MODE_SCHED, &bp->sp_state)) in bnx2x_handle_rx_mode_eqe()
4548 &bp->sp_state)) in bnx2x_handle_rx_mode_eqe()
4551 &bp->sp_state)) in bnx2x_handle_rx_mode_eqe()
5225 ramrod_param.pstate = &bp->sp_state; in bnx2x_set_q_rx_mode()
5231 set_bit(BNX2X_FILTER_RX_MODE_PENDING, &bp->sp_state); in bnx2x_set_q_rx_mode()
7962 if (test_bit(BNX2X_FILTER_RX_MODE_PENDING, &bp->sp_state)) in bnx2x_chip_cleanup()
7963 set_bit(BNX2X_FILTER_RX_MODE_SCHED, &bp->sp_state); in bnx2x_chip_cleanup()
10704 if (test_bit(BNX2X_FILTER_RX_MODE_PENDING, &bp->sp_state)) { in bnx2x_set_rx_mode()
10705 set_bit(BNX2X_FILTER_RX_MODE_SCHED, &bp->sp_state); in bnx2x_set_rx_mode()
[all …]
Dbnx2x.h1557 unsigned long sp_state; member
Dbnx2x_cmn.c2193 bp->sp_state = 0; in bnx2x_nic_unload()