Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1069 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs()
1078 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs()
1132 BNX2X_FILTER_MCAST_PENDING, &bp->sp_state, in bnx2x_init_bp_objs()
1147 BNX2X_FILTER_RSS_CONF_PENDING, &bp->sp_state, in bnx2x_init_bp_objs()
1240 if (!(bp->sp_state & mask)) { in bnx2x_wait_sp_comp()
1252 if (bp->sp_state & mask) { in bnx2x_wait_sp_comp()
1254 bp->sp_state, mask); in bnx2x_wait_sp_comp()
H A Dbnx2x_main.c1901 (!!test_bit(BNX2X_AFEX_FCOE_Q_UPDATE_PENDING, &bp->sp_state))) { in bnx2x_sp_event()
1912 set_bit(BNX2X_AFEX_PENDING_VIFSET_MCP_ACK, &bp->sp_state); in bnx2x_sp_event()
1914 clear_bit(BNX2X_AFEX_FCOE_Q_UPDATE_PENDING, &bp->sp_state); in bnx2x_sp_event()
5355 clear_bit(BNX2X_FILTER_RX_MODE_PENDING, &bp->sp_state); in bnx2x_handle_rx_mode_eqe()
5358 if (test_and_clear_bit(BNX2X_FILTER_RX_MODE_SCHED, &bp->sp_state)) in bnx2x_handle_rx_mode_eqe()
5361 &bp->sp_state)) in bnx2x_handle_rx_mode_eqe()
5364 &bp->sp_state)) in bnx2x_handle_rx_mode_eqe()
5436 set_bit(BNX2X_AFEX_FCOE_Q_UPDATE_PENDING, &bp->sp_state); in bnx2x_after_function_update()
5741 &bp->sp_state)) { in bnx2x_sp_task()
6180 ramrod_param.pstate = &bp->sp_state; in bnx2x_set_q_rx_mode()
[all …]
H A Dbnx2x.h1800 unsigned long sp_state; member
H A Dbnx2x_cmn.c3109 bp->sp_state = 0; in bnx2x_nic_unload()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dtraps_64.c1919 u32 sp_state, mode; in sun4v_emit_err_attr_strings() local
1930 sp_state = ((attrs & SUN4V_ERR_ATTRS_SPSTATE_MSK) >> in sun4v_emit_err_attr_strings()
1932 pr_cont("%s ", sp_states[sp_state]); in sun4v_emit_err_attr_strings()