Searched refs:port_nr (Results 1 – 13 of 13) sorted by relevance
/drivers/block/rnbd/ |
D | rnbd-srv.c | 21 static u16 port_nr = RTRS_PORT; variable 23 module_param_named(port_nr, port_nr, ushort, 0444); 24 MODULE_PARM_DESC(port_nr, 835 rtrs_ctx = rtrs_srv_open(&rtrs_ops, port_nr); in rnbd_srv_init_module()
|
D | rnbd-clt-sysfs.c | 538 u16 port_nr = RTRS_PORT; in rnbd_clt_map_device_store() local 548 opt.dest_port = &port_nr; in rnbd_clt_map_device_store() 567 dev = rnbd_clt_map_device(sessname, paths, path_cnt, port_nr, pathname, in rnbd_clt_map_device_store()
|
D | rnbd-clt.h | 138 size_t path_cnt, u16 port_nr,
|
D | rnbd-clt.c | 1187 size_t path_cnt, u16 port_nr) in find_and_get_or_create_sess() argument 1209 paths, path_cnt, port_nr, in find_and_get_or_create_sess() 1485 size_t path_cnt, u16 port_nr, in rnbd_clt_map_device() argument 1496 sess = find_and_get_or_create_sess(sessname, paths, path_cnt, port_nr); in rnbd_clt_map_device()
|
/drivers/scsi/mvsas/ |
D | mv_init.c | 406 int phy_nr, port_nr; unsigned short core_nr; in mvs_prep_sas_ha_init() local 413 port_nr = phy_nr; in mvs_prep_sas_ha_init() 417 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
|
/drivers/acpi/ |
D | property.c | 1249 unsigned int port_nr, endpoint_nr; in acpi_graph_get_remote_endpoint() local 1271 port_nr = args.args[0]; in acpi_graph_get_remote_endpoint() 1274 fwnode = acpi_graph_get_child_prop_value(fwnode, "port", port_nr); in acpi_graph_get_remote_endpoint()
|
/drivers/net/ethernet/ibm/ehea/ |
D | ehea.h | 210 u16 port_nr; member
|
D | ehea_phyp.c | 238 | EHEA_BMASK_SET(H_ALL_RES_QP_PORT_NUM, init_attr->port_nr); in ehea_h_alloc_resource_qp()
|
D | ehea_main.c | 1507 init_attr->port_nr = port->logical_port_id; in ehea_init_port_res()
|
/drivers/scsi/pm8001/ |
D | pm8001_init.c | 567 int phy_nr, port_nr; in pm8001_prep_sas_ha_init() local 573 port_nr = phy_nr; in pm8001_prep_sas_ha_init() 578 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in pm8001_prep_sas_ha_init()
|
/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1344 u16 port_nr; /*< I2C port number */ member
|
/drivers/scsi/hisi_sas/ |
D | hisi_sas_v3_hw.c | 3259 int rc, phy_nr, port_nr, i; in hisi_sas_v3_probe() local 3297 phy_nr = port_nr = hisi_hba->n_phy; in hisi_sas_v3_probe() 3300 arr_port = devm_kcalloc(dev, port_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_v3_probe()
|
D | hisi_sas_main.c | 2628 int rc, phy_nr, port_nr, i; in hisi_sas_probe() local 2638 phy_nr = port_nr = hisi_hba->n_phy; in hisi_sas_probe() 2641 arr_port = devm_kcalloc(dev, port_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_probe()
|