Lines Matching refs:u16
143 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES];
144 u16 num_vf_mc_hashes;
145 u16 default_vf_vlan_id;
146 u16 vlans_enabled;
149 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
150 u16 pf_qos;
151 u16 tx_rate;
152 u16 vlan_count;
274 u16 count; /* amount of descriptors */
282 u16 next_to_use;
283 u16 next_to_clean;
286 u16 next_to_alloc;
327 u16 limit; /* upper limit on feature indices */
328 u16 indices; /* current value of indices */
329 u16 mask; /* Mask used for feature to ring mapping */
330 u16 offset; /* offset to start of feature */
366 u16 work_limit; /* total work allowed per interrupt */
387 u16 v_idx; /* index of q_vector within array, also used for
390 u16 itr; /* Interrupt throttle rate written to EITR */
559 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused()
561 u16 ntc = ring->next_to_clean; in ixgbe_desc_unused()
562 u16 ntu = ring->next_to_use; in ixgbe_desc_unused()
590 u16 queue;
591 u16 state; /* bitmask */
662 u16 tx_itr_setting;
663 u16 tx_work_limit;
667 u16 rx_itr_setting;
710 u16 msg_enable;
739 u16 bridge_mode;
741 u16 eeprom_verh;
742 u16 eeprom_verl;
743 u16 eeprom_cap;
774 u16 vxlan_port;
815 u16 sw_idx;
816 u16 action;
838 u16 append_cnt;
880 int ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
881 u16 subdevice_id);
886 u8 *addr, u16 queue);
888 u8 *addr, u16 queue);
894 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *, u16);
909 u16 soft_id, u8 queue);
912 u16 soft_id);
932 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid,
934 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid,
936 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);