Lines Matching refs:p
446 static int temac_set_mac_address(struct net_device *ndev, void *p) in temac_set_mac_address() argument
448 struct sockaddr *addr = p; in temac_set_mac_address()
746 static void ptr_to_txbd(void *p, struct cdmac_bd *bd) in ptr_to_txbd() argument
748 bd->app3 = (u32)(((u64)p) >> 32); in ptr_to_txbd()
749 bd->app4 = (u32)((u64)p & 0xFFFFFFFF); in ptr_to_txbd()
759 static void ptr_to_txbd(void *p, struct cdmac_bd *bd) in ptr_to_txbd() argument
761 bd->app4 = (u32)p; in ptr_to_txbd()
1390 __be32 *p; in temac_probe() local
1472 p = (__be32 *)of_get_property(temac_np, "xlnx,txcsum", NULL); in temac_probe()
1473 if (p && be32_to_cpu(*p)) in temac_probe()
1475 p = (__be32 *)of_get_property(temac_np, "xlnx,rxcsum", NULL); in temac_probe()
1476 if (p && be32_to_cpu(*p)) in temac_probe()