Searched refs:u8_t (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c210 if (((*(((u8_t *)ale_entry) + ENTRY_TYPE_IDX))
229 u8_t *eth_addr)
236 *(((u8_t *)ale_entry) + cnt) = eth_addr[ETHARP_HWADDR_LEN - cnt - 1];
239 *(((u8_t *)ale_entry) + ALE_UCAST_ENTRY_TYPE) = ALE_ENTRY_UCAST;
240 *(((u8_t *)ale_entry) + ALE_UCAST_ENTRY_DLR_PORT_BLK_SEC) =
261 u8_t *eth_addr)
270 *(((u8_t *)ale_entry) + cnt) = eth_addr[ETHARP_HWADDR_LEN - cnt - 1];
273 *(((u8_t *)ale_entry) + ALE_MCAST_ENTRY_TYPE_FWD_STATE) = ALE_ENTRY_MCAST;
274 *(((u8_t *)ale_entry) + ALE_MCAST_ENTRY_PORTMASK_SUP) |=
807 u8_t bcast_add
[all...]
H A Dcpswif.h174 u8_t eth_addr[6];
/seL4-refos-master/projects/util_libs/liblwip/include/lwip/arch/
H A Dcc.h3 typedef uint8_t u8_t; typedef
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dlwiplib.h219 u8_t addr[LEN_MAC_ADDRESS]; /* Ethernet Address */

Completed in 34 milliseconds