Home
last modified time | relevance | path

Searched refs:pf (Results 1 – 3 of 3) sorted by relevance

/third_party/uapp/dash/src/
A Dinput.c480 struct parsefile *pf; in pushfile() local
484 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 …]
/third_party/dev/ethernet/e1000/
A De1000_82575.h481 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
A De1000_82575.c2194 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf) in e1000_vmdq_set_anti_spoofing_pf() argument
2217 reg_val ^= (1 << pf | 1 << (pf + MAX_NUM_VFS)); in e1000_vmdq_set_anti_spoofing_pf()

Completed in 11 milliseconds