Lines Matching defs:vf

6662 	 * T6 and later: for KeyMode 3 (per-vf and per-vf scramble),
8617 * @vf: the VF
8627 unsigned int vf, unsigned int nparams, const u32 *params,
8641 V_FW_PARAMS_CMD_VFN(vf));
8668 unsigned int vf, unsigned int nparams, const u32 *params,
8671 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0);
8679 * @vf: the VF
8689 unsigned int pf, unsigned int vf,
8703 V_FW_PARAMS_CMD_VFN(vf));
8719 * @vf: the VF
8728 unsigned int vf, unsigned int nparams, const u32 *params,
8731 return t4_set_params_timeout(adap, mbox, pf, vf, nparams, params, val,
8740 * @vf: the VF being configured
8757 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl,
8767 V_FW_PFVF_CMD_VFN(vf));
8789 * @vf: the VF owning the VI
8804 unsigned int port, unsigned int pf, unsigned int vf,
8815 V_FW_VI_CMD_PFN(pf) | V_FW_VI_CMD_VFN(vf));
8864 * @vf: the VF owning the VI
8874 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
8877 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, mac, rss_size,
8886 * @vf: the VF owning the VI
8892 unsigned int vf, unsigned int viid)
8901 V_FW_VI_CMD_VFN(vf));
9478 * @vf: the VF owning the queues
9489 unsigned int vf, unsigned int iqtype, unsigned int iqid,
9497 V_FW_IQ_CMD_VFN(vf));
9511 * @vf: the VF owning the queues
9520 unsigned int vf, unsigned int iqtype, unsigned int iqid,
9528 V_FW_IQ_CMD_VFN(vf));
9542 * @vf: the VF owning the queues
9549 unsigned int vf, unsigned int eqid)
9557 V_FW_EQ_ETH_CMD_VFN(vf));
9568 * @vf: the VF owning the queue
9574 unsigned int vf, unsigned int eqid)
9582 V_FW_EQ_ETH_CMD_VFN(vf));
9593 * @vf: the VF owning the queue
9599 unsigned int vf, unsigned int eqid)
9607 V_FW_EQ_CTRL_CMD_VFN(vf));
9618 * @vf: the VF owning the queue
9624 unsigned int vf, unsigned int eqid)
9632 V_FW_EQ_OFLD_CMD_VFN(vf));
10882 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf, int port_id)
10907 ret = t4_alloc_vi(adap, mbox, j, pf, vf, 1, addr, &vi->rss_size,
10918 ret = t4_query_params(adap, mbox, pf, vf, 1, &param, &val);
11472 * @vf: one of the VFs instantiated by the specified PF
11476 int t4_set_vf_mac(struct adapter *adapter, unsigned int pf, unsigned int vf,
11486 V_FW_ACL_MAC_CMD_VFN(vf));
12409 * @vf: the VF owning the queue
12418 unsigned int pf, unsigned int vf,
12439 V_FW_PARAMS_CMD_VFN(vf));
12549 * @vf: one of the VFs instantiated by the specified PF
12553 int t4_set_vlan_acl(struct adapter *adap, unsigned int pf, unsigned int vf,
12566 V_FW_ACL_VLAN_CMD_VFN(vf));