Searched refs:num_paths (Results  1 – 14 of 14) sorted by relevance
| /linux-4.4.14/include/rdma/ | 
| D | rdma_cm_ib.h | 49 		      struct ib_sa_path_rec *path_rec, int num_paths);
  | 
| D | rdma_cm.h | 89 	int num_paths;  member
  | 
| /linux-4.4.14/include/uapi/rdma/ | 
| D | rdma_user_cm.h | 155 	__u32 num_paths;  member 172 	__u32 num_paths;  member
  | 
| /linux-4.4.14/drivers/net/ethernet/brocade/bna/ | 
| D | bna_tx_rx.c | 637 	bna_rit_init(rxf, q_config->num_paths);  in bna_rxf_init() 1273 	(qcfg)->num_paths : ((qcfg)->num_paths * 2)) 1634 	cfg_req->num_queue_sets = rx->num_paths;  in bna_bfi_rx_enet_start() 1635 	for (i = 0; i < rx->num_paths; i++) {  in bna_bfi_rx_enet_start() 1757 		if ((rx_mod->rxp_free_count < rx_cfg->num_paths) ||  in bna_rx_res_check() 1758 			(rx_mod->rxq_free_count < rx_cfg->num_paths))  in bna_rx_res_check() 1761 		if ((rx_mod->rxp_free_count < rx_cfg->num_paths) ||  in bna_rx_res_check() 1762 			(rx_mod->rxq_free_count < (2 * rx_cfg->num_paths)))  in bna_rx_res_check() 2107 	     i < rx->num_paths; i++, rxp = list_next_entry(rxp, qe)) {  in bna_bfi_rx_enet_start_rsp() 2178 	mem_info->num = q_cfg->num_paths;  in bna_rx_res_req() [all …] 
 | 
| D | bna_types.h | 665 	int			num_paths;  member 790 	int			num_paths;  member
  | 
| D | bnad.c | 2048 	rx_config->num_paths = bnad->num_rxp_per_rx;  in bnad_init_rx_config() 2191 		bnad_rx_msix_unregister(bnad, rx_info, rx_config->num_paths);  in bnad_destroy_rx() 2239 				 rx_config->num_paths,  in bnad_setup_rx() 2246 					 rx_config->num_paths,  in bnad_setup_rx() 2282 						rx_config->num_paths);  in bnad_setup_rx()
  | 
| /linux-4.4.14/Documentation/device-mapper/ | 
| D | switch.txt | 70     <num_paths> <region_size> <num_optional_args> [<optional_args>...] 73 <num_paths> 106     The path number in the range 0 ... (<num_paths> - 1).
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ | 
| D | mdp5_cmd_encoder.c | 52 		.num_paths = 1, 55 		.num_paths = 1,
  | 
| D | mdp5_encoder.c | 58 		.num_paths = 1, 61 		.num_paths = 1,
  | 
| /linux-4.4.14/drivers/infiniband/core/ | 
| D | ucma.c | 733 	resp->num_paths = route->num_paths;  in ucma_copy_ib_route() 734 	switch (route->num_paths) {  in ucma_copy_ib_route() 760 	resp->num_paths = route->num_paths;  in ucma_copy_iboe_route() 761 	switch (route->num_paths) {  in ucma_copy_iboe_route() 896 	resp->num_paths = ctx->cm_id->route.num_paths;  in ucma_query_path() 898 	     i < resp->num_paths && out_len > sizeof(struct ib_path_rec_data);  in ucma_query_path()
  | 
| D | cma.c | 1625 	rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;  in cma_new_conn_id() 1626 	rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths,  in cma_new_conn_id() 1632 	if (rt->num_paths == 2)  in cma_new_conn_id() 2095 		route->num_paths = 1;  in cma_query_handler() 2236 		      struct ib_sa_path_rec *path_rec, int num_paths)  in rdma_set_ib_paths()  argument 2246 	id->route.path_rec = kmemdup(path_rec, sizeof *path_rec * num_paths,  in rdma_set_ib_paths() 2253 	id->route.num_paths = num_paths;  in rdma_set_ib_paths() 2320 	route->num_paths = 1;  in cma_resolve_iboe_route() 3211 	if (route->num_paths == 2)  in cma_connect_ib()
  | 
| /linux-4.4.14/drivers/message/fusion/ | 
| D | mptscsih.c | 2135 	int num_paths;  in mptscsih_is_phys_disk()  local 2154 		num_paths = mpt_raid_phys_disk_get_num_paths(ioc,  in mptscsih_is_phys_disk() 2156 		if (num_paths < 2)  in mptscsih_is_phys_disk() 2159 		   (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);  in mptscsih_is_phys_disk() 2168 		for (j = 0; j < num_paths; j++) {  in mptscsih_is_phys_disk() 2213 	int num_paths;  in mptscsih_raid_id_to_num()  local 2232 		num_paths = mpt_raid_phys_disk_get_num_paths(ioc,  in mptscsih_raid_id_to_num() 2234 		if (num_paths < 2)  in mptscsih_raid_id_to_num() 2237 		   (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);  in mptscsih_raid_id_to_num() 2246 		for (j = 0; j < num_paths; j++) {  in mptscsih_raid_id_to_num()
  | 
| D | mptsas.c | 4151 	int num_paths;  in mptsas_find_phyinfo_by_phys_disk_num()  local 4159 	num_paths = mpt_raid_phys_disk_get_num_paths(ioc, phys_disk_num);  in mptsas_find_phyinfo_by_phys_disk_num() 4160 	if (!num_paths)  in mptsas_find_phyinfo_by_phys_disk_num() 4163 	   (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);  in mptsas_find_phyinfo_by_phys_disk_num() 4167 	for (i = 0; i < num_paths; i++) {  in mptsas_find_phyinfo_by_phys_disk_num()
  | 
| /linux-4.4.14/drivers/platform/x86/ | 
| D | thinkpad_acpi.c | 675 			   char **paths, const int num_paths)  in drv_acpi_handle_init()  argument 683 	for (i = 0; i < num_paths; i++) {  in drv_acpi_handle_init()
  |