Lines Matching defs:pf
1507 u32 pf = SOURCEPF_GET(t4_read_reg(adapter, PL_WHOAMI)); in t4_intr_enable() local
1531 u32 pf = SOURCEPF_GET(t4_read_reg(adapter, PL_WHOAMI)); in t4_intr_disable() local
2145 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params()
2184 int t4_set_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_set_params()
2228 int t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_cfg_pfvf()
2272 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi()
2546 int t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_iq_free()
2574 int t4_eth_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_eth_eq_free()
2598 int t4_ctrl_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_ctrl_eq_free()
2622 int t4_ofld_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_ofld_eq_free()
2798 int __devinit t4_port_init(struct adapter *adap, int mbox, int pf, int vf) in t4_port_init()