Searched refs:vf (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-13-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c614 const struct vt_font *vf; local
624 vf = vw->vw_font;
659 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width;
660 row = (y - vw->vw_draw_area.tr_begin.tp_row) / vf->vf_height;
663 src = vtfont_lookup(vf, c);
692 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col);
694 (col + 1) * vf->vf_width +
698 x_count -= col * vf->vf_width +
704 src, NULL, vf->vf_width,
706 0, 0, vf
785 const struct vt_font *vf; local
[all...]
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_secy_ops.c21 enum validate_frames vf)
23 kay->vf = vf;
256 return ops->create_receive_sc(ops->ctx, rxsc, kay->vf, kay->co);
20 secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, enum validate_frames vf) argument
H A Dieee802_1x_secy_ops.h22 enum validate_frames vf);
H A Dieee802_1x_kay.h155 enum validate_frames vf,
233 enum validate_frames vf; member in struct:ieee802_1x_kay
/freebsd-13-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c585 char *result = NULL, *vf = NULL; local
639 if (((vf = OPENSSL_malloc(vfsize)) == NULL))
641 if (!t_tob64(vf, tmp, BN_num_bytes(v)))
657 *verifier = vf;
658 vf = NULL;
664 OPENSSL_clear_free(vf, vfsize);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_x550.h64 bool enable, int vf);
80 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf);
H A Dixgbe_api.h209 unsigned int vf);
211 int vf);
219 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf);
H A Dixgbe_common.h156 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
157 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
H A Dixgbe_api.c1221 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
1224 void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) argument
1227 hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf);
1287 * @vf_bitmap: vf bitmap of malicious vfs
1300 * @vf: vf index
1303 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf) argument
1306 hw->mac.ops.restore_mdd_vf(hw, vf);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c143 * Per connection type (protocol) resources (cids, tis, vf cids etc.)
1206 u32 type, vf; local
1214 for (vf = 0; vf < COMMON_MAX_NUM_VFS; vf++) {
1216 p_mngr->acquired_vf[type][vf].cid_map);
1217 p_mngr->acquired_vf[type][vf].cid_map = OSAL_NULL;
1218 p_mngr->acquired_vf[type][vf].max_count = 0;
1219 p_mngr->acquired_vf[type][vf].start_cid = 0;
1253 u32 type, vf; local
1404 u32 vf; local
[all...]
/freebsd-13-stable/sys/dev/vt/
H A Dvt.h414 const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c);
415 struct vt_font *vtfont_ref(struct vt_font *vf);
416 void vtfont_unref(struct vt_font *vf);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Deswitch.h144 __u32 vf; member in struct:mlx5_esw_vport_info
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c116 enum validate_frames vf,
119 return wpa_drv_create_receive_sc(wpa_s, sc, conf_offset_val(co), vf);
115 wpas_create_receive_sc(void *wpa_s, struct receive_sc *sc, enum validate_frames vf, enum confidentiality_offset co) argument
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf.h277 #define i40e_send_vf_nack(pf, vf, op, st) \
278 ixl_send_vf_nack_msg((pf), (vf), (op), (st), __FILE__, __LINE__)
H A Dixl_pf_main.c1698 struct ixl_vf *vf; local
1734 vf = &(pf->vfs[i]);
1739 vf->num_mdd_events++;
1748 " on TX queue %d, pf number %d (PF-%d), vf number %d (VF-%d)\n",
1753 " on TX queue %d, pf number %d, vf number %d (VF-%d)\n",
1771 struct ixl_vf *vf; local
1808 vf = &(pf->vfs[i]);
1813 vf->num_mdd_events++;
1944 struct ixl_vf *vf; local
2124 vf
3485 struct ixl_vf *vf; local
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c891 static enum ib_port_state vf_port_state(struct mlx4_dev *dev, int port, int vf) argument
893 if (mlx4_get_slave_port_state(dev, vf, port) == SLAVE_PORT_UP)
2722 static int mlx4_get_slave_indx(struct mlx4_dev *dev, int vf) argument
2724 if ((vf < 0) || (vf >= dev->persist->num_vfs)) {
2725 mlx4_err(dev, "Bad vf number:%d (number of activated vf: %d)\n",
2726 vf, dev->persist->num_vfs);
2730 return vf+1;
2766 int vf; local
2971 mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac) argument
2994 mlx4_set_vf_vlan(struct mlx4_dev *dev, int port, int vf, u16 vlan, u8 qos, __be16 proto) argument
3066 mlx4_set_vf_rate(struct mlx4_dev *dev, int port, int vf, int min_tx_rate, int max_tx_rate) argument
3154 mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) argument
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c1167 static void clear_pending_reqs(struct mcast_group *group, int vf) argument
1176 list_for_each_entry_safe(req, tmp, &group->func[vf].pending, func_list) {
1186 --group->func[vf].num_pend_reqs;
1194 if (!pend && (!list_empty(&group->func[vf].pending) || group->func[vf].num_pend_reqs)) {
1196 list_empty(&group->func[vf].pending), group->func[vf].num_pend_reqs);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c661 fal_rx_sc_validate_frame_e vf; local
688 vf = FAL_RX_SC_VALIDATE_FRAME_STRICT;
690 vf = FAL_RX_SC_VALIDATE_FRAME_CHECK;
692 vf = FAL_RX_SC_VALIDATE_FRAME_DISABLED;
697 vf);
/freebsd-13-stable/sys/dev/e1000/
H A De1000_mbx.c327 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox;
328 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS;
349 hw->dev_spec.vf.v2p_mailbox &= ~mask;
438 /* reserve mailbox for vf use */
467 /* lock the mailbox to prevent pf/vf race condition */
491 * e1000_read_mbx_vf - Reads a message from the inbox intended for vf
507 /* lock the mailbox to prevent pf/vf race condition */
527 * e1000_init_mbx_params_vf - set initial values for vf mailbox
530 * Initializes the hw->mbx struct to correct values for vf mailbox
688 /* lock the mailbox to prevent pf/vf rac
[all...]
H A De1000_vf.h273 struct e1000_dev_spec_vf vf; member in union:e1000_hw::__anon12071
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c151 enum validate_frames vf,
159 conf_offset_val(co), vf);
150 hapd_create_receive_sc(void *priv, struct receive_sc *sc, enum validate_frames vf, enum confidentiality_offset co) argument
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1794 int ib_set_vf_link_state(struct ib_device *device, int vf, u8 port, argument
1800 return device->set_vf_link_state(device, vf, port, state);
1804 int ib_get_vf_config(struct ib_device *device, int vf, u8 port, argument
1810 return device->get_vf_config(device, vf, port, info);
1814 int ib_get_vf_stats(struct ib_device *device, int vf, u8 port, argument
1820 return device->get_vf_stats(device, vf, port, stats);
1824 int ib_set_vf_guid(struct ib_device *device, int vf, u8 port, u64 guid, argument
1830 return device->set_vf_guid(device, vf, port, guid, type);
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h967 int mlx5_ib_get_vf_config(struct ib_device *device, int vf,
969 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf,
971 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf,
973 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u8 port,
/freebsd-13-stable/sys/dev/mlx5/
H A Dvport.h127 int vf, u8 port_num, void *out,
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c5903 * 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));
7771 t4_query_params_rw(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val, int rw) argument
7803 t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val) argument
7824 t4_set_params_timeout(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, const u32 *val, int timeout) argument
7863 t4_set_params(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, const u32 *val) argument
7892 t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, unsigned int rxqi, unsigned int rxq, unsigned int tc, unsigned int vi, unsigned int cmask, unsigned int pmask, unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) argument
7939 t4_alloc_vi_func(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, u16 *rss_size, uint8_t *vfvld, uint16_t *vin, unsigned int portfunc, unsigned int idstype) argument
8009 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, u16 *rss_size, uint8_t *vfvld, uint16_t *vin) argument
8027 t4_free_vi(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int viid) argument
8624 t4_iq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
8655 t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
8684 t4_eth_eq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
8709 t4_eth_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
8734 t4_ctrl_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
8759 t4_ofld_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
9843 t4_port_init(struct adapter *adap, int mbox, int pf, int vf, int port_id) argument
10341 t4_set_vf_mac(struct adapter *adapter, unsigned int pf, unsigned int vf, unsigned int naddr, u8 *addr) argument
11280 t4_config_watchdog(struct adapter *adapter, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int timeout, unsigned int action) argument
11416 t4_set_vlan_acl(struct adapter *adap, unsigned int mbox, unsigned int vf, u16 vlan) argument
[all...]

Completed in 320 milliseconds

1234