Lines Matching refs:u16

203 	u16 num_entries;
204 u16 list[];
238 u16 flex_word;
239 u16 flex_offset;
260 u16 flex_offset;
264 u16 q_index;
267 u16 dest_vsi;
270 u16 cnt_index;
301 u16 seid; /* filter control */
319 u16 n_proto; /* Ethernet Protocol */
331 u16 qoffset; /* Queue offset from base queue */
332 u16 qcount; /* Total Queues */
346 u16 port;
420 u16 src_offset;
433 u16 vsi_number; /* Assigned VSI number from AQ 'Add VSI' response */
434 u16 stat_counter_idx;
435 u16 base_queue;
436 u16 num_queue_pairs; /* Requested by user */
437 u16 seid;
472 u16 num_vmdq_vsis; /* num vmdq vsis this PF has set up */
473 u16 num_vmdq_qps; /* num queue pairs per vmdq pool */
474 u16 num_vmdq_msix; /* num queue vectors per vmdq pool */
475 u16 num_req_vfs; /* num VFs requested for this PF */
476 u16 num_vf_qps; /* num queue pairs per VF */
477 u16 num_lan_qps; /* num lan queues this PF has set up */
478 u16 num_lan_msix; /* num queue vectors for the base PF vsi */
479 u16 num_fdsb_msix; /* num queue vectors for sideband Fdir */
480 u16 num_iwarp_msix; /* num of iwarp vectors for this PF */
483 u16 alloc_rss_size; /* allocated RSS queues */
484 u16 rss_size_max; /* HW defined max RSS queues */
485 u16 fdir_pf_filter_count; /* num of guaranteed filters for this PF */
486 u16 num_alloc_vsi; /* num VSIs this driver supports */
490 u16 fdir_pf_active_filters;
500 u16 fd_tcp4_filter_cnt;
501 u16 fd_udp4_filter_cnt;
502 u16 fd_sctp4_filter_cnt;
503 u16 fd_ip4_filter_cnt;
505 u16 fd_tcp6_filter_cnt;
506 u16 fd_udp6_filter_cnt;
507 u16 fd_sctp6_filter_cnt;
508 u16 fd_ip6_filter_cnt;
522 u16 num_cloud_filters;
524 u16 rx_itr_default;
525 u16 tx_itr_default;
543 u16 corer_count; /* Core reset count */
544 u16 globr_count; /* Global reset count */
545 u16 empr_count; /* EMP reset count */
546 u16 pfr_count; /* PF reset count */
547 u16 sw_int_count; /* SW interrupt count */
550 u16 lan_vsi; /* our default LAN VSI */
551 u16 lan_veb; /* initial relay, if exists */
554 u16 next_vsi; /* Next unallocated VSI - 0-based! */
562 u16 main_vsi_seid;
563 u16 mac_seid;
582 u16 dcbx_cap;
675 u16 rss_table_size; /* HW RSS table size */
681 u16 phy_led_val;
683 u16 last_sw_conf_flags;
684 u16 last_sw_conf_valid_flags;
785 u16 idx;
786 u16 seid;
787 u16 uplink_seid;
788 u16 stats_idx; /* index of VEB parent */
790 u16 bridge_mode; /* Bridge Mode (VEB/VEPA) */
791 u16 bw_limit;
795 u16 bw_tc_limit_credits[I40E_MAX_TRAFFIC_CLASS];
849 u16 work_limit;
850 u16 int_rate_limit; /* value in usecs */
852 u16 rss_table_size; /* HW RSS table size */
853 u16 rss_size; /* Allocated RSS queues */
858 u16 max_frame;
859 u16 rx_buf_len;
869 u16 seid; /* HW index of this VSI (absolute index) */
870 u16 id; /* VSI number */
871 u16 uplink_seid;
873 u16 base_queue; /* vsi's first queue in hw array */
874 u16 alloc_queue_pairs; /* Allocated Tx/Rx queues */
875 u16 req_queue_pairs; /* User requested queue pairs */
876 u16 num_queue_pairs; /* Used tx and rx pairs */
877 u16 num_tx_desc;
878 u16 num_rx_desc;
887 u16 bw_limit; /* VSI BW Limit (0 = disabled) */
893 u16 bw_ets_limit_credits[I40E_MAX_TRAFFIC_CLASS];
898 u16 idx; /* index in pf->vsi[] */
899 u16 veb_idx; /* index of VEB parent */
905 u16 cnt_q_avail; /* num of queues available for channel usage */
906 u16 orig_rss_size;
907 u16 current_rss_size;
910 u16 next_base_queue; /* next queue to be used for channel setup */
913 u16 tc_seid_map[I40E_MAX_TRAFFIC_CLASS];
940 u16 v_idx; /* index in the vsi->q_vector array. */
941 u16 reg_idx; /* register index of the interrupt */
984 u16 release;
1034 u16 build;
1107 static inline u64 i40e_read_fd_input_set(struct i40e_pf *pf, u16 addr)
1128 u16 addr, u64 val)
1157 int i40e_config_rss(struct i40e_vsi *vsi, u8 *seed, u8 *lut, u16 lut_size);
1158 int i40e_get_rss(struct i40e_vsi *vsi, u8 *seed, u8 *lut, u16 lut_size);
1160 u16 rss_table_size, u16 rss_size);
1161 struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id);
1168 i40e_find_vsi_by_type(struct i40e_pf *pf, u16 type)
1201 u16 uplink, u32 param1);
1205 u8 *msg, u16 len);
1215 struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 uplink_seid,
1216 u16 downlink_seid, u8 enabled_tc);
1220 int i40e_vsi_add_pvid(struct i40e_vsi *vsi, u16 vid);
1271 int i40e_vsi_add_vlan(struct i40e_vsi *vsi, u16 vid);
1273 void i40e_vsi_kill_vlan(struct i40e_vsi *vsi, u16 vid);
1325 int i40e_set_bw_limit(struct i40e_vsi *vsi, u16 seid, u64 max_tx_rate);
1363 i40e_pf_get_vsi_by_seid(struct i40e_pf *pf, u16 seid)
1392 i40e_pf_get_veb_by_seid(struct i40e_pf *pf, u16 seid)