Lines Matching refs:vf
4337 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params() argument
4350 FW_PARAMS_CMD_VFN_V(vf)); in t4_query_params()
4377 unsigned int pf, unsigned int vf, in t4_set_params_nosleep() argument
4391 FW_PARAMS_CMD_VFN_V(vf)); in t4_set_params_nosleep()
4416 unsigned int vf, unsigned int nparams, const u32 *params, in t4_set_params() argument
4428 FW_PARAMS_CMD_VFN_V(vf)); in t4_set_params()
4460 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf() argument
4470 FW_PFVF_CMD_VFN_V(vf)); in t4_cfg_pfvf()
4503 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi() argument
4512 FW_VI_CMD_PFN_V(pf) | FW_VI_CMD_VFN_V(vf)); in t4_alloc_vi()
4805 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() argument
4813 FW_IQ_CMD_VFN_V(vf)); in t4_iq_free()
4833 unsigned int vf, unsigned int eqid) in t4_eth_eq_free() argument
4840 FW_EQ_ETH_CMD_VFN_V(vf)); in t4_eth_eq_free()
4857 unsigned int vf, unsigned int eqid) in t4_ctrl_eq_free() argument
4864 FW_EQ_CTRL_CMD_VFN_V(vf)); in t4_ctrl_eq_free()
4881 unsigned int vf, unsigned int eqid) in t4_ofld_eq_free() argument
4888 FW_EQ_OFLD_CMD_VFN_V(vf)); in t4_ofld_eq_free()
5376 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf) in t4_port_init() argument
5403 ret = t4_alloc_vi(adap, mbox, j, pf, vf, 1, addr, &rss_size); in t4_port_init()