Lines Matching refs:u16

453 #define __le16 u16
723 u16 vlan_id;
725 u16 reserved2;
748 u16 reserved1;
749 u16 reserved2;
750 u16 command_length;
777 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
794 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
795 void (*release_swfw_sync)(struct e1000_hw *, u16);
823 s32 (*set_page)(struct e1000_hw *, u16);
824 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
825 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *);
826 s32 (*read_reg_page)(struct e1000_hw *, u32, u16 *);
831 s32 (*write_reg)(struct e1000_hw *, u32, u16);
832 s32 (*write_reg_locked)(struct e1000_hw *, u32, u16);
833 s32 (*write_reg_page)(struct e1000_hw *, u32, u16);
844 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
848 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
850 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
868 u16 current_ifs_val;
869 u16 ifs_max_val;
870 u16 ifs_min_val;
871 u16 ifs_ratio;
872 u16 ifs_step_size;
873 u16 mta_reg_count;
874 u16 uta_reg_count;
879 u16 rar_entry_count;
916 u16 autoneg_advertised;
917 u16 autoneg_mask;
918 u16 cable_length;
919 u16 max_cable_length;
920 u16 min_cable_length;
939 u16 word_size;
940 u16 delay_usec;
941 u16 address_bits;
942 u16 opcode_bits;
943 u16 page_size;
951 u16 func;
952 u16 pci_cmd_word;
958 u16 pause_time; /* Flow control pause timer */
959 u16 refresh_time; /* Flow control refresh timer */
968 s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
969 s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
970 s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
971 s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
972 s32 (*check_for_msg)(struct e1000_hw *, u16);
973 s32 (*check_for_ack)(struct e1000_hw *, u16);
974 s32 (*check_for_rst)(struct e1000_hw *, u16);
991 u16 size;
1000 u16 dsp_reset_counter;
1001 u16 spd_default;
1027 u16 value;
1048 u16 eee_lp_ability;
1098 u16 device_id;
1099 u16 subsystem_vendor_id;
1100 u16 subsystem_device_id;
1101 u16 vendor_id;
1117 s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
1118 s32 e1000_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
1119 void e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);
1120 void e1000_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);