Searched refs:gcl (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 1935 + struct tsn_qci_psfp_gcl *gcl = NULL; 2037 + gcl = kmalloc_array(listcount, sizeof(*gcl), GFP_KERNEL); 2039 + memset(gcl, 0, listcount * sizeof(struct tsn_qci_psfp_gcl)); 2056 + (gcl + count)->gate_state = 1; 2059 + (gcl + count)->ipv = 2064 + (gcl + count)->time_interval = nla_get_u32(ti); 2069 + (gcl + count)->octet_max = nla_get_u32(om); 2082 + kfree(gcl); 2094 + kfree(gcl); 2098 + sgi.admin.gcl = gcl; [all …]
|
D | 0005_linux_include.patch | 23741 + struct tsn_qci_psfp_gcl *gcl;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac5.c | 554 static int dwmac5_est_write(void __iomem *ioaddr, u32 reg, u32 val, bool gcl) in dwmac5_est_write() argument 561 ctrl |= gcl ? 0 : GCRR; in dwmac5_est_write() 588 ret = dwmac5_est_write(ioaddr, i, cfg->gcl[i], true); in dwmac5_est_configure()
|
D | dwxgmac2_core.c | 1378 static int dwxgmac3_est_write(void __iomem *ioaddr, u32 reg, u32 val, bool gcl) in dwxgmac3_est_write() argument 1385 ctrl |= gcl ? 0 : XGMAC_GCRR; in dwxgmac3_est_write() 1412 ret = dwxgmac3_est_write(ioaddr, i, cfg->gcl[i], true); in dwxgmac3_est_configure()
|
D | stmmac_tc.c | 729 priv->plat->est->gcl[i] = delta_ns | (gates << wid); in tc_setup_taprio()
|
/kernel/linux/linux-5.10/include/linux/ |
D | stmmac.h | 122 u32 gcl[EST_GCL]; member
|