Lines Matching refs:evt

256 	struct be_async_event_link_state *evt =  in be_async_link_state_process()  local
268 !(evt->port_link_status & LOGICAL_LINK_STATUS_MASK)) in be_async_link_state_process()
276 evt->port_link_status & LINK_STATUS_MASK); in be_async_link_state_process()
282 struct be_async_event_misconfig_port *evt = in be_async_port_misconfig_event_process() local
284 u32 sfp_mismatch_evt = le32_to_cpu(evt->event_data_word1); in be_async_port_misconfig_event_process()
306 struct be_async_event_grp5_cos_priority *evt = in be_async_grp5_cos_priority_process() local
309 if (evt->valid) { in be_async_grp5_cos_priority_process()
310 adapter->vlan_prio_bmap = evt->available_priority_bmap; in be_async_grp5_cos_priority_process()
313 evt->reco_default_priority << VLAN_PRIO_SHIFT; in be_async_grp5_cos_priority_process()
321 struct be_async_event_grp5_qos_link_speed *evt = in be_async_grp5_qos_speed_process() local
325 evt->physical_port == adapter->port_num) in be_async_grp5_qos_speed_process()
326 adapter->phy.link_speed = le16_to_cpu(evt->qos_link_speed) * 10; in be_async_grp5_qos_speed_process()
333 struct be_async_event_grp5_pvid_state *evt = in be_async_grp5_pvid_state_process() local
336 if (evt->enabled) { in be_async_grp5_pvid_state_process()
337 adapter->pvid = le16_to_cpu(evt->tag) & VLAN_VID_MASK; in be_async_grp5_pvid_state_process()
348 struct be_async_fw_control *evt = (struct be_async_fw_control *)compl; in be_async_grp5_fw_control_process() local
349 u32 evt_dw1 = le32_to_cpu(evt->event_data_word1); in be_async_grp5_fw_control_process()
353 adapter->bmc_filt_mask = le32_to_cpu(evt->event_data_word2); in be_async_grp5_fw_control_process()
388 struct be_async_event_qnq *evt = (struct be_async_event_qnq *)cmp; in be_async_dbg_evt_process() local
395 if (evt->valid) in be_async_dbg_evt_process()
396 adapter->qnq_vid = le16_to_cpu(evt->vlan_tag); in be_async_dbg_evt_process()