Searched refs:IXL_IW_PF_STATE_ON (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
H A Dixl_iw_int.h40 IXL_IW_PF_STATE_ON enumerator in enum:ixl_iw_pf_state
H A Dixl_iw.c77 if ((pf_entry->state.iw_scheduled == IXL_IW_PF_STATE_ON) &&
81 (pf_entry->state.iw_current == IXL_IW_PF_STATE_ON))
98 pf_entry->state.iw_current = IXL_IW_PF_STATE_ON;
176 pf_entry->state.pf = IXL_IW_PF_STATE_ON;
178 pf_entry->state.iw_scheduled = IXL_IW_PF_STATE_ON;
207 if (pf_entry->state.iw_scheduled == IXL_IW_PF_STATE_ON) {
430 if (pf_entry->state.pf == IXL_IW_PF_STATE_ON) {
431 pf_entry->state.iw_scheduled = IXL_IW_PF_STATE_ON;
471 if (pf_entry->state.iw_scheduled == IXL_IW_PF_STATE_ON) {

Completed in 46 milliseconds