Searched refs:list_offset (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 742 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 768 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1110 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1138 hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset); in ixgbe_get_sfp_init_sequence_offsets() 1140 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1144 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1150 hw->eeprom.ops.read(hw, *list_offset, &sfp_id); in ixgbe_get_sfp_init_sequence_offsets() 1154 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1155 hw->eeprom.ops.read(hw, *list_offset, data_offset); in ixgbe_get_sfp_init_sequence_offsets() 1163 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
D | ixgbe_phy.h | 120 u16 *list_offset,
|
D | ixgbe_82598.c | 148 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 181 &list_offset, in ixgbe_init_phy_ops_82598()
|
D | ixgbe_82599.c | 104 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 111 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|
/linux-3.4.99/drivers/scsi/ |
D | gdth.h | 463 u32 list_offset; /* offset of list[0] */ member 535 u32 list_offset; /* offset of following list */ member
|
D | gdth.c | 1678 iocr->hdr.list_offset = GDTOFFSOF(gdth_raw_iochan_str, list[0]); in gdth_search_drives() 1752 ioc->hdr.list_offset = GDTOFFSOF(gdth_iochan_str, list[0]); in gdth_search_drives() 1809 alst->list_offset = GDTOFFSOF(gdth_arcdl_str, list[0]); in gdth_search_drives()
|