Lines Matching refs:data
474 * are receiving idles or data), we need to force link up. We also
538 * auto-negotiate with us (we are receiving idles or data),
1440 * @data: pointer to the NVM (EEPROM)
1445 s32 e1000e_valid_led_default(struct e1000_hw *hw, u16 *data)
1449 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
1455 if (*data == ID_LED_RESERVED_0000 || *data == ID_LED_RESERVED_FFFF)
1456 *data = ID_LED_DEFAULT;
1473 u16 data, i, temp;
1476 ret_val = hw->nvm.ops.valid_led_default(hw, &data);
1485 temp = (data >> (i << 2)) & led_mask;