Lines Matching refs:u16

272 	u16 vlan_id;
274 u16 reserved2;
297 u16 reserved1;
298 u16 reserved2;
299 u16 command_length;
321 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
322 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
323 void (*release_swfw_sync)(struct e1000_hw *, u16);
339 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
344 s32 (*write_reg)(struct e1000_hw *, u32, u16);
351 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
353 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
356 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
395 u16 mta_reg_count;
396 u16 uta_reg_count;
401 u16 rar_entry_count;
439 u16 autoneg_advertised;
440 u16 autoneg_mask;
441 u16 cable_length;
442 u16 max_cable_length;
443 u16 min_cable_length;
463 u16 word_size;
464 u16 delay_usec;
465 u16 address_bits;
466 u16 opcode_bits;
467 u16 page_size;
477 u16 func;
478 u16 pci_cmd_word;
484 u16 pause_time; /* Flow control pause timer */
493 s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
494 s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
495 s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
496 s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
497 s32 (*check_for_msg)(struct e1000_hw *, u16);
498 s32 (*check_for_ack)(struct e1000_hw *, u16);
499 s32 (*check_for_rst)(struct e1000_hw *, u16);
516 u16 size;
550 u16 device_id;
551 u16 subsystem_vendor_id;
552 u16 subsystem_device_id;
553 u16 vendor_id;
563 s32 igb_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
564 s32 igb_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
566 void igb_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);
567 void igb_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);