• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/cxgbe/common/

Lines Matching refs:vf

5903 	 * T6 and later: for KeyMode 3 (per-vf and per-vf scramble),
7762 * @vf: the VF
7772 unsigned int vf, unsigned int nparams, const u32 *params,
7786 V_FW_PARAMS_CMD_VFN(vf));
7804 unsigned int vf, unsigned int nparams, const u32 *params,
7807 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0);
7815 * @vf: the VF
7825 unsigned int pf, unsigned int vf,
7839 V_FW_PARAMS_CMD_VFN(vf));
7855 * @vf: the VF
7864 unsigned int vf, unsigned int nparams, const u32 *params,
7867 return t4_set_params_timeout(adap, mbox, pf, vf, nparams, params, val,
7876 * @vf: the VF being configured
7893 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl,
7903 V_FW_PFVF_CMD_VFN(vf));
7925 * @vf: the VF owning the VI
7940 unsigned int port, unsigned int pf, unsigned int vf,
7951 V_FW_VI_CMD_PFN(pf) | V_FW_VI_CMD_VFN(vf));
8000 * @vf: the VF owning the VI
8010 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
8013 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, mac, rss_size,
8022 * @vf: the VF owning the VI
8028 unsigned int vf, unsigned int viid)
8037 V_FW_VI_CMD_VFN(vf));
8614 * @vf: the VF owning the queues
8625 unsigned int vf, unsigned int iqtype, unsigned int iqid,
8633 V_FW_IQ_CMD_VFN(vf));
8647 * @vf: the VF owning the queues
8656 unsigned int vf, unsigned int iqtype, unsigned int iqid,
8664 V_FW_IQ_CMD_VFN(vf));
8678 * @vf: the VF owning the queues
8685 unsigned int vf, unsigned int eqid)
8693 V_FW_EQ_ETH_CMD_VFN(vf));
8704 * @vf: the VF owning the queue
8710 unsigned int vf, unsigned int eqid)
8718 V_FW_EQ_ETH_CMD_VFN(vf));
8729 * @vf: the VF owning the queue
8735 unsigned int vf, unsigned int eqid)
8743 V_FW_EQ_CTRL_CMD_VFN(vf));
8754 * @vf: the VF owning the queue
8760 unsigned int vf, unsigned int eqid)
8768 V_FW_EQ_OFLD_CMD_VFN(vf));
9843 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf, int port_id)
9868 ret = t4_alloc_vi(adap, mbox, j, pf, vf, 1, addr, &vi->rss_size,
9879 ret = t4_query_params(adap, mbox, pf, vf, 1, &param, &val);
10337 * @vf: one of the VFs instantiated by the specified PF
10341 int t4_set_vf_mac(struct adapter *adapter, unsigned int pf, unsigned int vf,
10351 V_FW_ACL_MAC_CMD_VFN(vf));
11272 * @vf: the VF owning the queue
11281 unsigned int pf, unsigned int vf,
11302 V_FW_PARAMS_CMD_VFN(vf));
11412 * @vf: one of the VFs instantiated by the specified PF
11416 int t4_set_vlan_acl(struct adapter *adap, unsigned int mbox, unsigned int vf,
11429 V_FW_ACL_VLAN_CMD_VFN(vf));