Searched refs:hwlen (Results 1 - 8 of 8) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
H A D | etharp.h | 89 PACK_STRUCT_FLD_8(u8_t hwlen);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc.c | 2241 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_k2g_vp_write_gamma_table() local 2249 for (i = 0; i < hwlen; ++i) { in dispc_k2g_vp_write_gamma_table() 2263 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_am65x_vp_write_gamma_table() local 2271 for (i = 0; i < hwlen; ++i) { in dispc_am65x_vp_write_gamma_table() 2284 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_j721e_vp_write_gamma_table() local 2292 for (i = 0; i < hwlen; ++i) { in dispc_j721e_vp_write_gamma_table() 2332 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_vp_set_gamma() local 2337 __func__, hw_videoport, length, hwlen); in dispc_vp_set_gamma() 2350 unsigned int first = i * (hwlen - 1) / (length - 1); in dispc_vp_set_gamma() 2351 unsigned int last = (i + 1) * (hwlen in dispc_vp_set_gamma() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc.c | 2291 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_k2g_vp_write_gamma_table() local 2299 for (i = 0; i < hwlen; ++i) { in dispc_k2g_vp_write_gamma_table() 2313 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_am65x_vp_write_gamma_table() local 2321 for (i = 0; i < hwlen; ++i) { in dispc_am65x_vp_write_gamma_table() 2334 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_j721e_vp_write_gamma_table() local 2342 for (i = 0; i < hwlen; ++i) { in dispc_j721e_vp_write_gamma_table() 2383 u32 hwlen = dispc->feat->vp_feat.color.gamma_size; in dispc_vp_set_gamma() local 2388 __func__, hw_videoport, length, hwlen); in dispc_vp_set_gamma() 2401 unsigned int first = i * (hwlen - 1) / (length - 1); in dispc_vp_set_gamma() 2402 unsigned int last = (i + 1) * (hwlen in dispc_vp_set_gamma() [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | etharp.c | 688 (hdr->hwlen != ETH_HWADDR_LEN) || 692 ("etharp_input: packet dropped, wrong hw type, hwlen, proto, protolen or ethernet type (%"U16_F"/%"U16_F"/%"U16_F"/%"U16_F")\n", 693 hdr->hwtype, (u16_t)hdr->hwlen, hdr->proto, (u16_t)hdr->protolen)); 1182 /* set hwlen and protolen */ 1183 hdr->hwlen = ETH_HWADDR_LEN;
|
/third_party/lwip/test/unit/etharp/ |
H A D | test_etharp.c | 95 etharphdr->hwlen = ETHARP_HWADDR_LEN; in create_arp_response()
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_011.c | 431 /* set hwlen and protolen */
in ReplayArp() 432 hdr->hwlen = ETH_HWADDR_LEN;
in ReplayArp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring() local 759 void *hwring = dma_alloc_coherent(dev, hwlen, busaddrp, GFP_KERNEL); in alloc_ring() 773 dma_free_coherent(dev, hwlen, hwring, *busaddrp); in alloc_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring() local 759 void *hwring = dma_alloc_coherent(dev, hwlen, busaddrp, GFP_KERNEL); in alloc_ring() 773 dma_free_coherent(dev, hwlen, hwring, *busaddrp); in alloc_ring()
|
Completed in 18 milliseconds