Lines Matching refs:u16
177 u16 num_entries;
178 u16 search_hint;
179 u16 list[0];
217 u16 q_index;
220 u16 dest_vsi;
223 u16 cnt_index;
235 u16 qoffset; /* Queue offset from base queue */
236 u16 qcount; /* Total Queues */
255 u16 eeprom_version;
256 u16 num_vmdq_vsis; /* num vmdq vsis this PF has set up */
257 u16 num_vmdq_qps; /* num queue pairs per vmdq pool */
258 u16 num_vmdq_msix; /* num queue vectors per vmdq pool */
259 u16 num_req_vfs; /* num VFs requested for this VF */
260 u16 num_vf_qps; /* num queue pairs per VF */
262 u16 num_fcoe_qps; /* num fcoe queues this PF has set up */
263 u16 num_fcoe_msix; /* num queue vectors per fcoe pool */
265 u16 num_lan_qps; /* num lan queues this PF has set up */
266 u16 num_lan_msix; /* num queue vectors for the base PF vsi */
268 u16 rss_size; /* num queues in the RSS array */
269 u16 rss_size_max; /* HW defined max RSS queues */
270 u16 fdir_pf_filter_count; /* num of guaranteed filters for this PF */
271 u16 num_alloc_vsi; /* num VSIs this driver supports */
276 u16 fdir_pf_active_filters;
285 u16 pending_vxlan_bitmap;
289 u16 rx_itr_default;
290 u16 tx_itr_default;
293 u16 adminq_work_limit; /* num of admin receive queue desc to process */
356 u16 corer_count; /* Core reset count */
357 u16 globr_count; /* Global reset count */
358 u16 empr_count; /* EMP reset count */
359 u16 pfr_count; /* PF reset count */
360 u16 sw_int_count; /* SW interrupt count */
363 u16 lan_vsi; /* our default LAN VSI */
364 u16 lan_veb; /* initial relay, if exists */
367 u16 next_vsi; /* Next unallocated VSI - 0-based! */
375 u16 pf_seid;
376 u16 main_vsi_seid;
377 u16 mac_seid;
384 u16 instance; /* A unique number per i40e_pf instance in the system */
398 u16 dcbx_cap;
415 u16 rss_table_size;
438 u16 idx;
439 u16 veb_idx; /* index of VEB parent */
440 u16 seid;
441 u16 uplink_seid;
442 u16 stats_idx; /* index of VEB parent */
444 u16 bridge_mode; /* Bridge Mode (VEB/VEPA) */
445 u16 flags;
446 u16 bw_limit;
450 u16 bw_tc_limit_credits[I40E_MAX_TRAFFIC_CLASS];
497 u16 work_limit;
503 u16 rx_itr_setting;
504 u16 tx_itr_setting;
505 u16 int_rate_limit; /* value in usecs */
507 u16 rss_table_size;
508 u16 rss_size;
510 u16 max_frame;
511 u16 rx_hdr_len;
512 u16 rx_buf_len;
521 u16 seid; /* HW index of this VSI (absolute index) */
522 u16 id; /* VSI number */
523 u16 uplink_seid;
525 u16 base_queue; /* vsi's first queue in hw array */
526 u16 alloc_queue_pairs; /* Allocated Tx/Rx queues */
527 u16 req_queue_pairs; /* User requested queue pairs */
528 u16 num_queue_pairs; /* Used tx and rx pairs */
529 u16 num_desc;
531 u16 vf_id; /* Virtual function ID for SRIOV VSIs */
537 u16 bw_limit; /* VSI BW Limit (0 = disabled) */
543 u16 bw_ets_limit_credits[I40E_MAX_TRAFFIC_CLASS];
548 u16 idx; /* index in pf->vsi[] */
549 u16 veb_idx; /* index of VEB parent */
568 u16 v_idx; /* index in the vsi->q_vector array. */
569 u16 reg_idx; /* register index of the interrupt */
601 u16 build; in i40e_nvm_version_str()
605 build = (u16)((full_ver >> I40E_OEM_VER_BUILD_SHIFT) in i40e_nvm_version_str()
671 struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id);
696 u16 uplink, u32 param1);
707 struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 flags, u16 uplink_seid,
708 u16 downlink_seid, u8 enabled_tc);
712 i40e_status i40e_vsi_add_pvid(struct i40e_vsi *vsi, u16 vid);
759 __always_unused __be16 proto, u16 vid);
761 __always_unused __be16 proto, u16 vid);