Lines Matching defs:vf

5046 	 * T6 and later: for KeyMode 3 (per-vf and per-vf scramble),
6876 * @vf: the VF
6886 unsigned int vf, unsigned int nparams, const u32 *params,
6900 V_FW_PARAMS_CMD_VFN(vf));
6918 unsigned int vf, unsigned int nparams, const u32 *params,
6921 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0);
6929 * @vf: the VF
6939 unsigned int pf, unsigned int vf,
6953 V_FW_PARAMS_CMD_VFN(vf));
6969 * @vf: the VF
6978 unsigned int vf, unsigned int nparams, const u32 *params,
6981 return t4_set_params_timeout(adap, mbox, pf, vf, nparams, params, val,
6990 * @vf: the VF being configured
7007 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl,
7017 V_FW_PFVF_CMD_VFN(vf));
7039 * @vf: the VF owning the VI
7054 unsigned int port, unsigned int pf, unsigned int vf,
7064 V_FW_VI_CMD_PFN(pf) | V_FW_VI_CMD_VFN(vf));
7101 * @vf: the VF owning the VI
7111 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
7114 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, mac, rss_size,
7123 * @vf: the VF owning the VI
7129 unsigned int vf, unsigned int viid)
7138 V_FW_VI_CMD_VFN(vf));
7438 * @vf: the VF owning the queues
7449 unsigned int vf, unsigned int iqtype, unsigned int iqid,
7457 V_FW_IQ_CMD_VFN(vf));
7471 * @vf: the VF owning the queues
7480 unsigned int vf, unsigned int iqtype, unsigned int iqid,
7488 V_FW_IQ_CMD_VFN(vf));
7502 * @vf: the VF owning the queue
7508 unsigned int vf, unsigned int eqid)
7516 V_FW_EQ_ETH_CMD_VFN(vf));
7527 * @vf: the VF owning the queue
7533 unsigned int vf, unsigned int eqid)
7541 V_FW_EQ_CTRL_CMD_VFN(vf));
7552 * @vf: the VF owning the queue
7558 unsigned int vf, unsigned int eqid)
7566 V_FW_EQ_OFLD_CMD_VFN(vf));
8350 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf, int port_id)
8369 ret = t4_alloc_vi(adap, mbox, j, pf, vf, 1, addr, &rss_size);
8387 ret = t4_query_params(adap, mbox, pf, vf, 1, &param, &val);
9676 * @vf: the VF owning the queue
9685 unsigned int pf, unsigned int vf,
9706 V_FW_PARAMS_CMD_VFN(vf));