Home
last modified time | relevance | path

Searched refs:list_offset (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c940 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
969 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
1514 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1546 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets()
1552 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1556 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1562 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1567 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1568 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1577 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
[all …]
Dixgbe_phy.h151 u16 *list_offset,
Dixgbe_82598.c126 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local
157 &list_offset, in ixgbe_init_phy_ops_82598()
Dixgbe_82599.c127 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local
134 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
/linux-4.1.27/drivers/scsi/
Dgdth.h454 u32 list_offset; /* offset of list[0] */ member
526 u32 list_offset; /* offset of following list */ member
Dgdth.c1670 iocr->hdr.list_offset = GDTOFFSOF(gdth_raw_iochan_str, list[0]); in gdth_search_drives()
1744 ioc->hdr.list_offset = GDTOFFSOF(gdth_iochan_str, list[0]); in gdth_search_drives()
1801 alst->list_offset = GDTOFFSOF(gdth_arcdl_str, list[0]); in gdth_search_drives()