Searched refs:sp_state (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_cmn.h | 1071 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs() 1080 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs() 1134 BNX2X_FILTER_MCAST_PENDING, &bp->sp_state, in bnx2x_init_bp_objs() 1149 BNX2X_FILTER_RSS_CONF_PENDING, &bp->sp_state, in bnx2x_init_bp_objs() 1242 if (!(bp->sp_state & mask)) { in bnx2x_wait_sp_comp() 1254 if (bp->sp_state & mask) { in bnx2x_wait_sp_comp() 1256 bp->sp_state, mask); in bnx2x_wait_sp_comp()
|
| D | bnx2x_main.c | 1879 (!!test_bit(BNX2X_AFEX_FCOE_Q_UPDATE_PENDING, &bp->sp_state))) { in bnx2x_sp_event() 1890 set_bit(BNX2X_AFEX_PENDING_VIFSET_MCP_ACK, &bp->sp_state); in bnx2x_sp_event() 1892 clear_bit(BNX2X_AFEX_FCOE_Q_UPDATE_PENDING, &bp->sp_state); in bnx2x_sp_event() 5333 clear_bit(BNX2X_FILTER_RX_MODE_PENDING, &bp->sp_state); in bnx2x_handle_rx_mode_eqe() 5336 if (test_and_clear_bit(BNX2X_FILTER_RX_MODE_SCHED, &bp->sp_state)) in bnx2x_handle_rx_mode_eqe() 5339 &bp->sp_state)) in bnx2x_handle_rx_mode_eqe() 5342 &bp->sp_state)) in bnx2x_handle_rx_mode_eqe() 5414 set_bit(BNX2X_AFEX_FCOE_Q_UPDATE_PENDING, &bp->sp_state); in bnx2x_after_function_update() 5719 &bp->sp_state)) { in bnx2x_sp_task() 6158 ramrod_param.pstate = &bp->sp_state; in bnx2x_set_q_rx_mode() [all …]
|
| D | bnx2x.h | 1800 unsigned long sp_state; member
|
| D | bnx2x_cmn.c | 3100 bp->sp_state = 0; in bnx2x_nic_unload()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | traps_64.c | 1920 u32 sp_state, mode; in sun4v_emit_err_attr_strings() local 1931 sp_state = ((attrs & SUN4V_ERR_ATTRS_SPSTATE_MSK) >> in sun4v_emit_err_attr_strings() 1933 pr_cont("%s ", sp_states[sp_state]); in sun4v_emit_err_attr_strings()
|