Lines Matching defs:value

40  *     2(MSI_X). Default value is '2(MSI_X)'
1752 * Set the time value to be inserted in the pause frame
1828 * @value: alarm bits
1830 * @addr: address value
1835 static void do_s2io_write_bits(u64 value, int flag, void __iomem *addr)
1842 temp64 &= ~((u64)value);
1844 temp64 |= ((u64)value);
2449 * SUCCESS on success or an appropriate -ve value on failure.
2754 * Return value:
3075 * @mmd_type : MMD type value (PMA/PMD/WIS/PCS/PHYXS)
3076 * @addr : address value
3077 * @value : data value
3083 static void s2io_mdio_write(u32 mmd_type, u64 addr, u16 value,
3103 MDIO_MDIO_DATA(value) |
3122 * @mmd_type : MMD type value (PMA/PMD/WIS/PCS/PHYXS)
3123 * @addr : address value
3155 /* Read the value from regs */
3164 * @counter : counter value to be updated
3170 * This function is to check the status of the xpak counters value
3226 * This function is to upate the status of the xpak counters value
3252 /* Check for the expected value of control reg 1 */
3254 DBG_PRINT(ERR_DBG, "Incorrect value at PMA address 0x0000 - "
3329 * Return value:
3370 * Return value: Actual device id if supported else PCI_ANY_ID
3392 * Return value:
3515 * Return value:
3533 static const u64 value[] = {
3541 writeq(value[i], &bar0->swapper_ctrl);
3553 valr = value[i];
3564 static const u64 value[] = {
3572 writeq((value[i] | valr), &bar0->swapper_ctrl);
3900 * Return value:
3959 * Return value:
3999 * Return value:
4069 /* get fifo number based on skb->priority value */
4326 * @value: alarm bits
4327 * @addr: address value
4334 static int do_s2io_chk_alarm_bit(u64 value, void __iomem *addr,
4339 if (val64 & value) {
4652 * recv buffers, if their numbers are below the panic value which is
4654 * Return value:
4786 * Return value:
4877 * Return value:
5205 * Return value: SUCCESS on success and an appropriate (-)ve integer
5264 * Return value:
5292 * Return value :
5331 * Return value:
5354 * Return value :
5486 * Return value:
5511 * Return value:
5548 * Return value:
5604 * write_eeprom - actually writes the relevant part of the data value.
5612 * Actually writes the relevant part of the data value into the Eeprom
5614 * Return value:
5741 * s2io_ethtool_geeprom - reads the value stored in the Eeprom.
5745 * @data_buf : user defined value to be written into Eeprom.
5749 * Return value:
5777 * s2io_ethtool_seeprom - tries to write the user provided value in Eeprom
5781 * @data_buf : user defined value to be written into Eeprom.
5783 * Tries to write the user provided value in the Eeprom, at the offset
5785 * Return value:
5800 "Magic value is wrong, it is 0x%x should be 0x%x\n",
5835 * Return value:
5902 * Return value:
6004 * Return value:
6040 * Return value:
6067 * Return value:
6164 * Return value:
6622 * Return value:
7148 /* Check if we can use (if specified) user provided value */
7241 * Return value:
7268 * Return value:
7451 * Return value:
7491 * Return value:
7648 * Return value:
8348 /* Ensure timestamp value increases monotonically */