Searched defs:ppid (Results 1 - 5 of 5) sorted by last modified time

/drivers/spmi/
H A Dspmi-pmic-arb.c535 u16 ppid = spec->slave << 8 | spec->per; local
543 if (ppid & (1 << SPMI_MAPPING_BIT_INDEX(data))) {
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c12540 struct netdev_phys_port_id *ppid)
12547 ppid->id_len = sizeof(bp->phys_port_id);
12548 memcpy(ppid->id, bp->phys_port_id, ppid->id_len);
12539 bnx2x_get_phys_port_id(struct net_device *netdev, struct netdev_phys_port_id *ppid) argument
/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c7344 struct netdev_phys_port_id *ppid)
7353 ppid->id_len = min_t(int, sizeof(hw->mac.port_addr), sizeof(ppid->id));
7354 memcpy(ppid->id, hw->mac.port_addr, ppid->id_len);
7343 i40e_get_phys_port_id(struct net_device *netdev, struct netdev_phys_port_id *ppid) argument
/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2252 struct netdev_phys_port_id *ppid)
2262 ppid->id_len = sizeof(phys_port_id);
2264 ppid->id[i] = phys_port_id & 0xff;
2251 mlx4_en_get_phys_port_id(struct net_device *dev, struct netdev_phys_port_id *ppid) argument
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c463 struct netdev_phys_port_id *ppid)
471 ppid->id_len = sizeof(ahw->phys_port_id);
472 memcpy(ppid->id, ahw->phys_port_id, ppid->id_len);
462 qlcnic_get_phys_port_id(struct net_device *netdev, struct netdev_phys_port_id *ppid) argument

Completed in 277 milliseconds