Searched refs:pf (Results 1 – 3 of 3) sorted by relevance
480 struct parsefile *pf; in pushfile() local484 pf->fd = -1; in pushfile()485 pf->strpush = NULL; in pushfile()487 pf->unget = 0; in pushfile()488 parsefile = pf; in pushfile()498 if (pf->fd >= 0) in popfile()499 close(pf->fd); in popfile()500 if (pf->buf) in popfile()501 ckfree(pf->buf); in popfile()502 while (pf->strpush) in popfile()[all …]
481 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
2194 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf) in e1000_vmdq_set_anti_spoofing_pf() argument2217 reg_val ^= (1 << pf | 1 << (pf + MAX_NUM_VFS)); in e1000_vmdq_set_anti_spoofing_pf()
Completed in 11 milliseconds