Searched refs:port_nr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_init.c | 437 int phy_nr, port_nr; unsigned short core_nr; in mvs_prep_sas_ha_init() local 444 port_nr = phy_nr; in mvs_prep_sas_ha_init() 448 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
|
/Linux-v4.19/drivers/acpi/ |
D | property.c | 1147 unsigned int port_nr, endpoint_nr; in acpi_graph_get_remote_endpoint() local 1169 port_nr = args.args[0]; in acpi_graph_get_remote_endpoint() 1172 fwnode = acpi_graph_get_child_prop_value(fwnode, "port", port_nr); in acpi_graph_get_remote_endpoint()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/ |
D | ehea.h | 224 u16 port_nr; member
|
D | ehea_phyp.c | 252 | EHEA_BMASK_SET(H_ALL_RES_QP_PORT_NUM, init_attr->port_nr); in ehea_h_alloc_resource_qp()
|
D | ehea_main.c | 1522 init_attr->port_nr = port->logical_port_id; in ehea_init_port_res()
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_init.c | 540 int phy_nr, port_nr; in pm8001_prep_sas_ha_init() local 546 port_nr = phy_nr; in pm8001_prep_sas_ha_init() 551 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in pm8001_prep_sas_ha_init()
|
/Linux-v4.19/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2297 int rc, phy_nr, port_nr, i; in hisi_sas_probe() local 2307 phy_nr = port_nr = hisi_hba->n_phy; in hisi_sas_probe() 2310 arr_port = devm_kcalloc(dev, port_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_probe()
|
D | hisi_sas_v3_hw.c | 2189 int rc, phy_nr, port_nr, i; in hisi_sas_v3_probe() local 2228 phy_nr = port_nr = hisi_hba->n_phy; in hisi_sas_v3_probe() 2231 arr_port = devm_kcalloc(dev, port_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_v3_probe()
|
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1344 u16 port_nr; /*< I2C port number */ member
|