Home
last modified time | relevance | path

Searched refs:phy_port_id (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c2723 unsigned int phy_port_id; in cxgb4_mgmt_get_phys_port_id() local
2725 phy_port_id = pi->adapter->adap_idx * 10 + pi->port_id; in cxgb4_mgmt_get_phys_port_id()
2726 ppid->id_len = sizeof(phy_port_id); in cxgb4_mgmt_get_phys_port_id()
2727 memcpy(ppid->id, &phy_port_id, ppid->id_len); in cxgb4_mgmt_get_phys_port_id()