Searched refs:sp_state (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 1208 &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()
|
D | bnx2x_main.c | 4541 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 …]
|
D | bnx2x.h | 1557 unsigned long sp_state; member
|
D | bnx2x_cmn.c | 2193 bp->sp_state = 0; in bnx2x_nic_unload()
|