Lines Matching refs:evt

245 	struct be_async_event_link_state *evt =  in be_async_link_state_process()  local
257 !(evt->port_link_status & LOGICAL_LINK_STATUS_MASK)) in be_async_link_state_process()
265 evt->port_link_status & LINK_STATUS_MASK); in be_async_link_state_process()
271 struct be_async_event_misconfig_port *evt = in be_async_port_misconfig_event_process() local
273 u32 sfp_mismatch_evt = le32_to_cpu(evt->event_data_word1); in be_async_port_misconfig_event_process()
295 struct be_async_event_grp5_cos_priority *evt = in be_async_grp5_cos_priority_process() local
298 if (evt->valid) { in be_async_grp5_cos_priority_process()
299 adapter->vlan_prio_bmap = evt->available_priority_bmap; in be_async_grp5_cos_priority_process()
302 evt->reco_default_priority << VLAN_PRIO_SHIFT; in be_async_grp5_cos_priority_process()
310 struct be_async_event_grp5_qos_link_speed *evt = in be_async_grp5_qos_speed_process() local
314 evt->physical_port == adapter->port_num) in be_async_grp5_qos_speed_process()
315 adapter->phy.link_speed = le16_to_cpu(evt->qos_link_speed) * 10; in be_async_grp5_qos_speed_process()
322 struct be_async_event_grp5_pvid_state *evt = in be_async_grp5_pvid_state_process() local
325 if (evt->enabled) { in be_async_grp5_pvid_state_process()
326 adapter->pvid = le16_to_cpu(evt->tag) & VLAN_VID_MASK; in be_async_grp5_pvid_state_process()
358 struct be_async_event_qnq *evt = (struct be_async_event_qnq *)cmp; in be_async_dbg_evt_process() local
365 if (evt->valid) in be_async_dbg_evt_process()
366 adapter->qnq_vid = le16_to_cpu(evt->vlan_tag); in be_async_dbg_evt_process()