Searched refs:cte (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | clip_tbl.c | 78 struct clip_entry *ce, *cte; in cxgb4_clip_get() local 89 list_for_each_entry(cte, &ctbl->hash_list[hash], list) { in cxgb4_clip_get() 90 if (cte->addr6.sin6_family == AF_INET6 && v6) in cxgb4_clip_get() 91 ret = memcmp(lip, cte->addr6.sin6_addr.s6_addr, in cxgb4_clip_get() 93 else if (cte->addr.sin_family == AF_INET && !v6) in cxgb4_clip_get() 94 ret = memcmp(lip, (char *)(&cte->addr.sin_addr), in cxgb4_clip_get() 97 ce = cte; in cxgb4_clip_get() 150 struct clip_entry *ce, *cte; in cxgb4_clip_release() local 161 list_for_each_entry(cte, &ctbl->hash_list[hash], list) { in cxgb4_clip_release() 162 if (cte->addr6.sin6_family == AF_INET6 && v6) in cxgb4_clip_release() [all …]
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_qos.c | 95 gcl_data->cte = cpu_to_le32(admin_conf->cycle_time_extension); in enetc_setup_taprio() 808 sgcl_data->cte = sgi->cycletimext; in enetc_streamgate_hw_set()
|