Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:pointer

60  * @hw: pointer to hardware structure
170 * @hw: pointer to hardware structure
171 * @speed: pointer to link speed
187 * @hw: pointer to hardware structure
199 * @hw: pointer to hardware structure
213 * @hw: pointer to hardware structure
315 * @hw: pointer to hardware structure
339 * @hw: pointer to hardware structure
369 * @hw: pointer to hardware structure
401 * @hw: pointer to hardware structure
425 * @hw: pointer to hardware structure
452 * @hw: pointer to hardware structure
476 * @hw: pointer to hardware structure
507 * @hw: pointer to hardware structure
516 u16 pointer = 0;
545 if (ixgbe_read_eerd_generic(hw, i, &pointer)) {
550 /* Skip pointer section if the pointer is invalid. */
551 if (pointer == 0xFFFF || pointer == 0 ||
552 pointer >= hw->eeprom.word_size)
555 if (ixgbe_read_eerd_generic(hw, pointer, &length)) {
560 /* Skip pointer section if length is invalid. */
562 (pointer + length) >= hw->eeprom.word_size)
565 for (j = pointer + 1; j <= pointer + length; j++) {
581 * @hw: pointer to hardware structure
644 * @hw: pointer to hardware structure
693 * @hw: pointer to hardware structure
740 * @hw: pointer to hardware structure
771 * @hw: pointer to hardware structure
868 * @hw: pointer to hardware structure
895 * @hw: pointer to hardware structure
953 * @hw: pointer to hardware structure
978 * @hw: pointer to hardware structure
1008 * @hw: pointer to hardware structure
1049 * @hw: pointer to hardware structure