Searched refs:giga (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/atheros/alx/ |
D | hw.c | 724 u16 adv, giga, cr; in alx_setup_speed_duplex() local 745 giga = 0; in alx_setup_speed_duplex() 747 giga = ethtool_adv_to_mii_ctrl1000_t(ethadv); in alx_setup_speed_duplex() 752 alx_write_phy_reg(hw, MII_CTRL1000, giga) || in alx_setup_speed_duplex() 868 u16 bmsr, giga; in alx_read_phy_link() local 886 err = alx_read_phy_reg(hw, ALX_MII_GIGA_PSSR, &giga); in alx_read_phy_link() 890 if (!(giga & ALX_GIGA_PSSR_SPD_DPLX_RESOLVED)) in alx_read_phy_link() 893 switch (giga & ALX_GIGA_PSSR_SPEED) { in alx_read_phy_link() 907 hw->duplex = (giga & ALX_GIGA_PSSR_DPLX) ? DUPLEX_FULL : DUPLEX_HALF; in alx_read_phy_link() 911 dev_err(&pdev->dev, "invalid PHY speed/duplex: 0x%x\n", giga); in alx_read_phy_link()
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 701 static float giga = 1000000000; variable 769 s.bytes_sent, sent_Bps, sent_Bps/giga, in sendmsg_test() 770 s.bytes_recvd, recvd_Bps, recvd_Bps/giga, in sendmsg_test() 799 s.bytes_sent, sent_Bps, sent_Bps/giga, in sendmsg_test() 800 s.bytes_recvd, recvd_Bps, recvd_Bps/giga); in sendmsg_test()
|
/Linux-v5.10/drivers/net/ethernet/sun/ |
D | Kconfig | 71 <http://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>.
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | pagemap.rst | 108 However in this interface, only huge/giga pages are made visible
|
D | hugetlbpage.rst | 384 use [G|g]/[M|m]/[K|k] to represent giga/mega/kilo.
|
/Linux-v5.10/Documentation/filesystems/ |
D | tmpfs.rst | 77 These parameters accept a suffix k, m or g for kilo, mega and giga and
|
/Linux-v5.10/Documentation/admin-guide/ |
D | bcache.rst | 616 Sum of all btree writes, in (kilo/mega/giga) bytes
|