Home
last modified time | relevance | path

Searched +full:24 +full:gbit (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst126 # ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24
127 # ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371
129 Where "24" and "371" are example VLAN IDs.
159 to 1Gbit for tc0 and 3Gbit for tc1.
164 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit
165 max_rate 1Gbit 3Gbit
181 For example: min_rate 1Gbit 3Gbit: Verify bandwidth limit using network
H A Di40e.rst242 | 31 28 24 20 16 | 15 12 8 4 0 |
479 ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24
480 ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371
482 Where "24" and "371" are example VLAN IDs.
668 to 1Gbit for tc0 and 3Gbit for tc1.
673 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit
674 max_rate 1Gbit 3Gbit
690 For example: min_rate 1Gbit 3Gbit: Verify bandwidth limit using network
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A Dksz9477.c603 data = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_port_fdb_add()
627 alu_table[3] = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_port_fdb_add()
660 data = ((addr[2] << 24) | (addr[3] << 16)); in ksz9477_port_fdb_del()
729 alu->mac[2] = (alu_table[3] >> 24) & 0xFF; in ksz9477_convert_alu()
800 mac_lo = ((mdb->addr[2] << 24) | (mdb->addr[3] << 16)); in ksz9477_port_mdb_add()
871 mac_lo = ((mdb->addr[2] << 24) | (mdb->addr[3] << 16)); in ksz9477_port_mdb_del()
977 bool gbit; in ksz9477_get_gbit() local
980 gbit = !(data & PORT_MII_NOT_1GBIT); in ksz9477_get_gbit()
982 gbit = !!(data & PORT_MII_1000MBIT_S1); in ksz9477_get_gbit()
983 return gbit; in ksz9477_get_gbit()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c643 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl2_hw_multicast_list_set()
703 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl2_hw_interrupt_moderation_set()
704 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl2_hw_interrupt_moderation_set()
705 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl2_hw_interrupt_moderation_set()
706 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl2_hw_interrupt_moderation_set()
707 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl2_hw_interrupt_moderation_set()
711 {0x6U, 0x38U},/* 10Gbit */ in hw_atl2_hw_interrupt_moderation_set()
712 {0xCU, 0x70U},/* 5Gbit */ in hw_atl2_hw_interrupt_moderation_set()
713 {0xCU, 0x70U},/* 5Gbit 5GS */ in hw_atl2_hw_interrupt_moderation_set()
714 {0x18U, 0xE0U},/* 2.5Gbit */ in hw_atl2_hw_interrupt_moderation_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c547 l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | in hw_atl_b0_hw_mac_addr_set()
593 * Value 24 in 256byte units in hw_atl_b0_hw_init()
595 aq_hw_write_reg(self, HW_ATL_TX_DMA_TOTAL_REQ_LIMIT_ADR, 24); in hw_atl_b0_hw_init()
689 (buff->len_l2 << 24); in hw_atl_b0_hw_ring_tx_xmit()
1088 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl_b0_hw_multicast_list_set()
1143 {0xfU, 0xffU}, /* 10Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
1144 {0xfU, 0x1ffU}, /* 5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
1145 {0xfU, 0x1ffU}, /* 5Gbit 5GS */ in hw_atl_b0_hw_interrupt_moderation_set()
1146 {0xfU, 0x1ffU}, /* 2.5Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
1147 {0xfU, 0x1ffU}, /* 1Gbit */ in hw_atl_b0_hw_interrupt_moderation_set()
[all …]
H A Dhw_atl_a0.c337 l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | in hw_atl_a0_hw_mac_addr_set()
462 (buff->len_l2 << 24) | in hw_atl_a0_hw_ring_tx_xmit()
795 u32 l = (ar_mac[i][2] << 24) | (ar_mac[i][3] << 16) | in hw_atl_a0_hw_multicast_list_set()
838 0x01CU, /* 10Gbit */ in hw_atl_a0_hw_interrupt_moderation_set()
839 0x039U, /* 5Gbit */ in hw_atl_a0_hw_interrupt_moderation_set()
840 0x039U, /* 5Gbit 5GS */ in hw_atl_a0_hw_interrupt_moderation_set()
841 0x073U, /* 2.5Gbit */ in hw_atl_a0_hw_interrupt_moderation_set()
842 0x120U, /* 1Gbit */ in hw_atl_a0_hw_interrupt_moderation_set()
/OK3568_Linux_fs/u-boot/board/freescale/ls1012afrdm/
H A DREADME15 - SERDES Connections, 2 lanes supportingspeeds upto 1 Gbit/s
40 - 24 MHz for SC16IS740IPW SPI to Dual UART bridge
/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lsxhl.cfg51 # bit27-24: 9, CL+4, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
64 # bit27-24: 2, 3 cycle tRRD
78 # bit3-2: 3, Cs0size=1Gbit
165 # bit31-24: 0x0f, Size (i.e. 256MB)
186 # bit31-24: 0 required
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dpmbus_core.c29 #define PMBUS_NAME_SIZE 24
1177 u16 gbit; /* generic status bit */ member
1244 bool upper = !!(attr->gbit & 0xff00); /* need to check STATUS_WORD */ in pmbus_add_sensor_attrs_one()
1269 if (!ret && attr->gbit && in pmbus_add_sensor_attrs_one()
1275 attr->gbit); in pmbus_add_sensor_attrs_one()
1475 .gbit = PB_STATUS_VIN_UV,
1500 .gbit = PB_STATUS_VOUT_OV,
1585 .gbit = PB_STATUS_INPUT,
1596 .gbit = PB_STATUS_IOUT_OC,
1676 .gbit = PB_STATUS_INPUT,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dbgmac.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
775 tmp = (addr[0] << 24) | (addr[1] << 16) | (addr[2] << 8) | addr[3]; in bgmac_write_mac_address()
825 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_speed */
905 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipreset */
988 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_reset in bgmac_chip_reset()
1044 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/gmac_enable */
1098 /* http://bcm-v4.sipsolutions.net/mac-gbit/gmac/chipinit */
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c179 #define FC_VPORTSTATE_MAX_NAMELEN 24
242 { FC_PORTSPEED_1GBIT, "1 Gbit" },
243 { FC_PORTSPEED_2GBIT, "2 Gbit" },
244 { FC_PORTSPEED_4GBIT, "4 Gbit" },
245 { FC_PORTSPEED_10GBIT, "10 Gbit" },
246 { FC_PORTSPEED_8GBIT, "8 Gbit" },
247 { FC_PORTSPEED_16GBIT, "16 Gbit" },
248 { FC_PORTSPEED_32GBIT, "32 Gbit" },
249 { FC_PORTSPEED_20GBIT, "20 Gbit" },
250 { FC_PORTSPEED_40GBIT, "40 Gbit" },
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.b4860qds55 . Two 10-Gbit Ethernet controllers (10GEC)
56 . Six 1G/2.5-Gbit Ethernet controllers for network communications
82 - 24-bit SPI Flash
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddccp.rst206 > ip route change 10.0.0.0/24 rto_min 250j dev wlan0
212 with very low RTTs (e.g., loopback, Gbit ethernet).
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfs-rdma.rst17 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
20 In our testing, we have obtained excellent performance results (full 10Gbit
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c168 #define SCHED_RDWR_IDLE_GAP(n) ((n & 0xff) << 24)
264 reg_val |= ((0x1<<24)|(0x1<<30)); in mctl_sys_init()
536 writel((MCTL_DIV2(WR2PRE) << 24) | (MCTL_DIV2(tFAW) << 16) | in mctl_channel_init()
542 writel((MCTL_DIV2(CWL) << 24) | (MCTL_DIV2(CL) << 16) | in mctl_channel_init()
551 writel((MCTL_DIV2(tRCD) << 24) | (MCTL_DIV2(tCCD) << 16) | in mctl_channel_init()
554 writel((MCTL_DIV2(tCKSRX) << 24) | (MCTL_DIV2(tCKSRE) << 16) | in mctl_channel_init()
559 /* writel((MCTL_TCKDPDE << 24) | (MCTL_TCKDPX << 16) | in mctl_channel_init()
576 writel((2 << 24) | ((MCTL_DIV2(CL) - 2) << 16) | in mctl_channel_init()
736 setbits_le32(&mctl_phy->dsgcr, 0xf << 24); /* unclear what this is... */ in mctl_channel_init()
888 .tRFC = 260, /* 260ns for 4GBit devices */ in sunxi_dram_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-meson8b.c69 #define PRG_ETH0_ADJ_SKEW GENMASK(24, 20)
331 * a register) based on the line-speed (125MHz for Gbit speeds, in meson8b_init_prg_eth()
/OK3568_Linux_fs/u-boot/board/vscom/baltos/
H A Dboard.c438 * Note here that we're using CPSW1 since that has a 1Gbit PHY while in board_eth_init()
450 mac_addr[3] = (mac_hi & 0xFF000000) >> 24; in board_eth_init()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training.c119 0x3, /* 1Gbit */
120 0x0, /* 2Gbit */
121 0x4, /* 4Gbit */
122 0x5 /* 8Gbit */
457 data_value = data_value << 24; in hws_ddr3_tip_init_controller()
596 txpdll = GET_MAX_VALUE(t_ckclk * 10, 24); in hws_ddr3_tip_init_controller()
1656 t_mod = GET_MAX_VALUE(t_ckclk * 24, 15000); in ddr3_tip_set_timing()
1661 (t_wtr << 16) | (((t_ras & 0x30) >> 4) << 20) | (t_rrd << 24) | in ddr3_tip_set_timing()
/OK3568_Linux_fs/kernel/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h236 * 06-24-05 01.05.09 Added EEDP defines to IOC Page 1.
306 * 05-24-07 01.05.15 Added Hide Physical Disks with Non-Integrated RAID
802 MPI_MANPAGE7_CONNECTOR_INFO ConnectorInfo[MPI_MANPAGE7_CONNECTOR_INFO_MAX]; /* 24h */
1169 U8 MetadataSize; /* 24h */
1228 #define MPI_BIOSPAGE1_IOCSET_SHIFT_INITIAL_SPINUP_DELAY (24)
1282 U32 Reserved10; /* 24h */
1305 U32 Reserved8; /* 24h */
1327 U32 Reserved7; /* 24h */
1350 U32 Reserved8; /* 24h */
1369 U32 Reserved6; /* 24h */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/
H A Dast_post.c251 ast_moutdwm(ast, 0x1e6e0068, dlli | (dlli << 8) | (dlli << 16) | (dlli << 24)); in cbrdlli_ast2150()
268 ast_moutdwm(ast, 0x1e6e0068, dlli | (dlli << 8) | (dlli << 16) | (dlli << 24)); in cbrdlli_ast2150()
625 ast_moutdwm(ast, 0x1E6E0068, 0x00001400 | (dlli << 16) | (dlli << 24)); in finetuneDQI_L()
744 ast_moutdwm(ast, 0x1E6E0068, 0x00001300 | (dlli << 16) | (dlli << 24)); in finetuneDQSI()
817 ast_moutdwm(ast, 0x1E6E0068, 0x00001300 | (dlli << 16) | (dlli << 24)); in cbr_dll2()
1777 /* Check 8Gbit */ in check_dram_size_2500()
1780 reg_14 |= (tRFC >> 24) & 0xFF; in check_dram_size_2500()
1781 /* Check 4Gbit */ in check_dram_size_2500()
1785 /* Check 2Gbit */ in check_dram_size_2500()
1829 /* CLKIN = 24MHz */ in set_mpll_2500()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dapple-gmux.c338 * eDP mux on retinas, the difference being support for 2.7 versus 5.4 Gbit/s.
658 ver_major = (version >> 24) & 0xff; in gmux_probe()
676 * 2^24 for compatibility with old gmux versions. Cap the max in gmux_probe()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcvsd.c35 * Aug. 24, 2009 - P. Chaintreuil (sox-cvsd-peep (at) parallaxshift.com)
126 * fp2[22] == fp2[24], fp2[0] == fp2[47], etc). in float_conv_dec()
154 res += (fp1[22] + fp1[24]) * fp2[22]; in float_conv_dec()
432 uint32_t val = (((*p)[3]) << 24) | (((*p)[2]) << 16) | in get32_le()
450 *(*p)++ = (val >> 24) & 0xff; in put32_le()
621 lsx_debug("DVMS rate %dbit/s using %gbit/s deviation %g%%", in lsx_dvmsstartread()
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Drtl8366rb.c333 { 0, 24, 2, "EtherOversizeStats" },
999 /* Force the fixed CPU port into 1Gbit mode, no autonegotiation */ in rtl8366rb_mac_link_up()
1003 dev_err(smi->dev, "failed to force 1Gbit on CPU port\n"); in rtl8366rb_mac_link_up()
H A Dvitesse-vsc73xx-core.c305 /* 22-24 are undefined */
335 /* 21-24 are undefined */
651 /* Take up the port in 1Gbit mode by default, this will be in vsc73xx_init_port()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h269 IB_DEVICE_MEM_WINDOW_TYPE_2B = (1 << 24),
825 * base rate of 2.5 Gbit/sec. For example, IB_RATE_5_GBPS will be
826 * converted to 2, since 5 Gbit/sec is 2 * 2.5 Gbit/sec.
883 * mult_to_ib_rate - Convert a multiple of 2.5 Gbit/sec to an IB rate
1200 IB_RNR_TIMER_040_96 = 24,
1235 IB_QP_RESERVED4 = (1<<24),
4696 * This function folded the multiplication results of two qpns, 24 bit each,

12