/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_linecard.sh | 64 local port_count=$1; shift 68 [ $current == $port_count ] 81 local port_count=$2 84 busywait "$timeout" until_lc_port_count_is "$port_count" lc_port_count_get "$lc" 184 local port_count 186 port_count=$(lc_wait_until_port_count_is $lc $expected_port_count \ 188 [ $port_count != 0 ] 190 [ $port_count == $expected_port_count ] 191 check_err $? "Unexpected port count linecard $lc (got $port_count, expected $expected_port_count)"
|
/linux-5.19.10/drivers/firewire/ |
D | core-topology.c | 100 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) in fw_node_create() argument 104 node = kzalloc(struct_size(node, ports, port_count), GFP_ATOMIC); in fw_node_create() 113 node->port_count = port_count; in fw_node_create() 141 for (i = 0; i < node->port_count; i++) { in update_hop_count() 177 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local 192 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree() 223 node = fw_node_create(q, port_count, card->color); in build_tree() 237 for (i = 0; i < port_count; i++) { in build_tree() 328 for (i = 0; i < node->port_count; i++) { in for_each_fw_node() 394 for (i = 0; i < tree->port_count; i++) { in move_tree() [all …]
|
D | core.h | 177 u8 port_count; member
|
/linux-5.19.10/sound/usb/ |
D | mixer_scarlett_gen2.c | 373 const int port_count[SCARLETT2_PORT_TYPE_COUNT][SCARLETT2_PORT_DIRNS]; member 450 .port_count = { 498 .port_count = { 550 .port_count = { 628 .port_count = { 674 .port_count = { 736 .port_count = { 806 .port_count = { 864 const int port_count[][SCARLETT2_PORT_DIRNS], in scarlett2_get_port_start_num() 870 num += port_count[i][direction]; in scarlett2_get_port_start_num() [all …]
|
/linux-5.19.10/drivers/tty/serial/ |
D | mux.c | 451 int port_count = get_mux_port_count(dev); in mux_probe() local 452 printk(KERN_INFO "Serial mux driver (%d ports) Revision: 0.6\n", port_count); in mux_probe() 454 dev_set_drvdata(&dev->dev, (void *)(long)port_count); in mux_probe() 456 port_count * MUX_LINE_OFFSET, "Mux"); in mux_probe() 468 for(i = 0; i < port_count; ++i, ++port_cnt) { in mux_probe() 502 int port_count = (long)dev_get_drvdata(&dev->dev); in mux_remove() local 509 BUG_ON(i + port_count > port_cnt); in mux_remove() 512 for(j = 0; j < port_count; ++j, ++i) { in mux_remove() 520 release_mem_region(dev->hpa.start + MUX_OFFSET, port_count * MUX_LINE_OFFSET); in mux_remove()
|
/linux-5.19.10/drivers/net/netdevsim/ |
D | bus.c | 146 nsim_bus_dev_new(unsigned int id, unsigned int port_count, unsigned int num_queues); 151 unsigned int id, port_count, num_queues; in new_device_store() local 155 err = sscanf(buf, "%u %u %u", &id, &port_count, &num_queues); in new_device_store() 158 port_count = 1; in new_device_store() 181 nsim_bus_dev = nsim_bus_dev_new(id, port_count, num_queues); in new_device_store() 282 nsim_bus_dev_new(unsigned int id, unsigned int port_count, unsigned int num_queues) in nsim_bus_dev_new() argument 297 nsim_bus_dev->port_count = port_count; in nsim_bus_dev_new()
|
D | netdevsim.h | 372 unsigned int port_count; member
|
/linux-5.19.10/drivers/net/wwan/t7xx/ |
D | t7xx_port_proxy.c | 48 i < (proxy)->port_count; \ 433 unsigned int port_count = ARRAY_SIZE(t7xx_md_port_conf); in t7xx_proxy_alloc() local 438 port_prox = devm_kzalloc(dev, sizeof(*port_prox) + sizeof(struct t7xx_port) * port_count, in t7xx_proxy_alloc() 446 for (i = 0; i < port_count; i++) in t7xx_proxy_alloc() 449 port_prox->port_count = port_count; in t7xx_proxy_alloc()
|
D | t7xx_port_ctrl_msg.c | 130 unsigned int version, port_count, i; in t7xx_port_enum_msg_handler() local 143 port_count = FIELD_GET(PORT_MSG_PRT_CNT, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler() 144 for (i = 0; i < port_count; i++) { in t7xx_port_enum_msg_handler()
|
D | t7xx_port_proxy.h | 35 int port_count; member
|
/linux-5.19.10/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_netdev.c | 140 u8 i, port_count = 0; in opa_vnic_process_vema_config() local 171 port_num[port_count++] = i; in opa_vnic_process_vema_config() 182 adapter->flow_tbl[i] = port_count ? port_num[i % port_count] : in opa_vnic_process_vema_config()
|
/linux-5.19.10/drivers/scsi/elx/libefc/ |
D | efc_fabric.c | 654 u32 port_id = 0, port_count, plist_count; in efc_process_gidpt_payload() local 682 port_count = 0; in efc_process_gidpt_payload() 684 port_count++; in efc_process_gidpt_payload() 688 active_nodes = kcalloc(port_count, sizeof(*active_nodes), GFP_ATOMIC); in efc_process_gidpt_payload() 714 for (j = 0; j < port_count; j++) { in efc_process_gidpt_payload() 726 for (i = 0; i < port_count; i++) { in efc_process_gidpt_payload()
|
/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/ |
D | sdio.c | 1803 u32 port_count; in mwifiex_sdio_card_to_host_mp_aggr() local 1805 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_sdio_card_to_host_mp_aggr() 1807 port_count++; in mwifiex_sdio_card_to_host_mp_aggr() 1812 port_count--; in mwifiex_sdio_card_to_host_mp_aggr() 1814 (port_count << 8)) + card->mpa_rx.start_port; in mwifiex_sdio_card_to_host_mp_aggr() 2235 u32 port_count; in mwifiex_host_to_card_mp_aggr() local 2238 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_host_to_card_mp_aggr() 2240 port_count++; in mwifiex_host_to_card_mp_aggr() 2245 port_count--; in mwifiex_host_to_card_mp_aggr() 2247 (port_count << 8)) + card->mpa_tx.start_port; in mwifiex_host_to_card_mp_aggr()
|
/linux-5.19.10/drivers/net/ethernet/rocker/ |
D | rocker.h | 61 unsigned int port_count; member
|
D | rocker_main.c | 928 if (port_number >= rocker->port_count) in rocker_event_link_change() 965 if (port_number >= rocker->port_count) in rocker_event_mac_vlan_seen() 2519 for (i = 0; i < rocker->port_count; i++) { in rocker_remove_ports() 2624 alloc_size = sizeof(struct rocker_port *) * rocker->port_count; in rocker_probe_ports() 2628 for (i = 0; i < rocker->port_count; i++) { in rocker_probe_ports() 2651 if (msix_entries != ROCKER_MSIX_VEC_COUNT(rocker->port_count)) in rocker_msix_init() 2896 rocker->port_count = rocker_read32(rocker, PORT_PHYS_COUNT); in rocker_probe()
|
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_main.c | 755 sparx5->port_count = of_get_child_count(ports); in mchp_sparx5_probe() 757 configs = kcalloc(sparx5->port_count, in mchp_sparx5_probe() 849 for (idx = 0; idx < sparx5->port_count; ++idx) { in mchp_sparx5_probe()
|
D | sparx5_ptp.c | 636 for (i = 0; i < sparx5->port_count; i++) { in sparx5_ptp_init() 652 for (i = 0; i < sparx5->port_count; i++) { in sparx5_ptp_deinit()
|
/linux-5.19.10/drivers/tty/ |
D | synclink_gt.c | 223 int port_count; /* count of ports on adapter */ member 2286 for(i=0; i < info->port_count ; i++) { in slgt_interrupt() 2310 for (i=0 ; i < info->port_count ; i++) { in slgt_interrupt() 2318 for(i=0; i < info->port_count ; i++) { in slgt_interrupt() 3535 int port_count = 1; in device_init() local 3538 port_count = 2; in device_init() 3540 port_count = 4; in device_init() 3543 for (i=0; i < port_count; ++i) { in device_init() 3555 for (i=0; i < port_count; ++i) { in device_init() 3558 port_array[i]->port_count = port_count; in device_init() [all …]
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_offload.py | 350 def __init__(self, port_count=1): argument 354 self.ctrl_write("new_device", "%u %u" % (addr, port_count)) 365 self.wait_for_netdevs(port_count) 376 for port_index in range(port_count): 387 def wait_for_netdevs(self, port_count): argument 396 if len(ifnames) == port_count:
|
/linux-5.19.10/drivers/scsi/qla2xxx/ |
D | qla_edif_bsg.h | 120 uint8_t port_count; member
|
/linux-5.19.10/drivers/mfd/ |
D | cros_ec_dev.c | 255 if (retval >= 0 && pchg_count.port_count) { in ec_device_probe()
|
/linux-5.19.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_debugfs.c | 497 for (i = 0; i < priv->port_count; i++) { in mvpp2_dbgfs_flow_entry_init() 725 for (i = 0; i < priv->port_count; i++) { in mvpp2_dbgfs_init()
|
/linux-5.19.10/drivers/usb/early/ |
D | xhci-dbc.c | 369 u32 val, port_offset, port_count; in xdbc_reset_debug_port() local 383 port_count = XHCI_EXT_PORT_COUNT(val); in xdbc_reset_debug_port() 385 xdbc_do_reset_debug_port(port_offset, port_count); in xdbc_reset_debug_port()
|
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera.h | 269 u32 port_count; member
|
D | prestera_switchdev.c | 231 int port_count; in prestera_port_vlan_bridge_leave() local 234 port_count = prestera_bridge_vlan_port_count(br_port->bridge, vid); in prestera_port_vlan_bridge_leave() 238 last_port = port_count == 1; in prestera_port_vlan_bridge_leave()
|