Lines Matching full:u16

254 	u16 vlan_id;
256 u16 reserved2;
279 u16 reserved1;
280 u16 reserved2;
281 u16 command_length;
303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
305 void (*release_swfw_sync)(struct e1000_hw *, u16);
321 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
326 s32 (*write_reg)(struct e1000_hw *, u32, u16);
333 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
335 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
338 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
377 u16 mta_reg_count;
378 u16 uta_reg_count;
383 u16 rar_entry_count;
421 u16 autoneg_advertised;
422 u16 autoneg_mask;
423 u16 cable_length;
424 u16 max_cable_length;
425 u16 min_cable_length;
426 u16 pair_length[4];
446 u16 word_size;
447 u16 delay_usec;
448 u16 address_bits;
449 u16 opcode_bits;
450 u16 page_size;
460 u16 func;
461 u16 pci_cmd_word;
467 u16 pause_time; /* Flow control pause timer */
476 s32 (*read)(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id,
478 s32 (*write)(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id);
479 s32 (*read_posted)(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id);
480 s32 (*write_posted)(struct e1000_hw *hw, u32 *msg, u16 size,
481 u16 mbx_id);
482 s32 (*check_for_msg)(struct e1000_hw *hw, u16 mbx_id);
483 s32 (*check_for_ack)(struct e1000_hw *hw, u16 mbx_id);
484 s32 (*check_for_rst)(struct e1000_hw *hw, u16 mbx_id);
485 s32 (*unlock)(struct e1000_hw *hw, u16 mbx_id);
502 u16 size;
536 u16 device_id;
537 u16 subsystem_vendor_id;
538 u16 subsystem_device_id;
539 u16 vendor_id;
549 s32 igb_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
550 s32 igb_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
552 void igb_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);
553 void igb_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);