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;
266 u16 count; /* amount of descriptors */
274 u16 next_to_use;
275 u16 next_to_clean;
278 u16 next_to_alloc;
319 u16 limit; /* upper limit on feature indices */
320 u16 indices; /* current value of indices */
321 u16 mask; /* Mask used for feature to ring mapping */
322 u16 offset; /* offset to start of feature */
358 u16 work_limit; /* total work allowed per interrupt */
379 u16 v_idx; /* index of q_vector within array, also used for
382 u16 itr; /* Interrupt throttle rate written to EITR */
552 static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring) in ixgbe_desc_unused()
554 u16 ntc = ring->next_to_clean; in ixgbe_desc_unused()
555 u16 ntu = ring->next_to_use; in ixgbe_desc_unused()
583 u16 queue;
584 u16 state; /* bitmask */
649 u16 tx_itr_setting;
650 u16 tx_work_limit;
654 u16 rx_itr_setting;
697 u16 msg_enable;
725 u16 bridge_mode;
727 u16 eeprom_verh;
728 u16 eeprom_verl;
729 u16 eeprom_cap;
759 u16 vxlan_port;
799 u16 sw_idx;
800 u16 action;
822 u16 append_cnt;
864 int ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
865 u16 subdevice_id);
870 u8 *addr, u16 queue);
872 u8 *addr, u16 queue);
878 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *, u16);
893 u16 soft_id, u8 queue);
896 u16 soft_id);
916 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid,
918 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid,
920 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);