Home
last modified time | relevance | path

Searched refs:port_count (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v5.15/sound/usb/
Dmixer_scarlett_gen2.c364 const int port_count[SCARLETT2_PORT_TYPE_COUNT][SCARLETT2_PORT_DIRNS]; member
440 .port_count = {
488 .port_count = {
540 .port_count = {
616 .port_count = {
662 .port_count = {
724 .port_count = {
794 .port_count = {
852 const int port_count[][SCARLETT2_PORT_DIRNS], in scarlett2_get_port_start_num()
858 num += port_count[i][direction]; in scarlett2_get_port_start_num()
[all …]
/Linux-v5.15/drivers/firewire/
Dcore-topology.c100 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()
397 for (i = 0; i < tree->port_count; i++) { in move_tree()
[all …]
Dcore.h177 u8 port_count; member
/Linux-v5.15/drivers/tty/serial/
Dmux.c451 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-v5.15/drivers/net/netdevsim/
Dbus.c267 nsim_bus_dev_new(unsigned int id, unsigned int port_count, unsigned int num_queues);
272 unsigned int id, port_count, num_queues; in new_device_store() local
276 err = sscanf(buf, "%u %u %u", &id, &port_count, &num_queues); in new_device_store()
279 port_count = 1; in new_device_store()
302 nsim_bus_dev = nsim_bus_dev_new(id, port_count, num_queues); in new_device_store()
403 nsim_bus_dev_new(unsigned int id, unsigned int port_count, unsigned int num_queues) in nsim_bus_dev_new() argument
418 nsim_bus_dev->port_count = port_count; in nsim_bus_dev_new()
Dnetdevsim.h354 unsigned int port_count; member
Ddev.c1367 unsigned int port_count) in nsim_dev_port_add_all() argument
1371 for (i = 0; i < port_count; i++) { in nsim_dev_port_add_all()
1421 err = nsim_dev_port_add_all(nsim_dev, nsim_bus_dev->port_count); in nsim_dev_reload_create()
1513 err = nsim_dev_port_add_all(nsim_dev, nsim_bus_dev->port_count); in nsim_dev_probe()
/Linux-v5.15/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_netdev.c141 u8 i, port_count = 0; in opa_vnic_process_vema_config() local
172 port_num[port_count++] = i; in opa_vnic_process_vema_config()
183 adapter->flow_tbl[i] = port_count ? port_num[i % port_count] : in opa_vnic_process_vema_config()
/Linux-v5.15/drivers/scsi/elx/libefc/
Defc_fabric.c654 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 = kzalloc(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-v5.15/drivers/net/wireless/marvell/mwifiex/
Dsdio.c1795 u32 port_count; in mwifiex_sdio_card_to_host_mp_aggr() local
1797 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_sdio_card_to_host_mp_aggr()
1799 port_count++; in mwifiex_sdio_card_to_host_mp_aggr()
1804 port_count--; in mwifiex_sdio_card_to_host_mp_aggr()
1806 (port_count << 8)) + card->mpa_rx.start_port; in mwifiex_sdio_card_to_host_mp_aggr()
2227 u32 port_count; in mwifiex_host_to_card_mp_aggr() local
2230 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_host_to_card_mp_aggr()
2232 port_count++; in mwifiex_host_to_card_mp_aggr()
2237 port_count--; in mwifiex_host_to_card_mp_aggr()
2239 (port_count << 8)) + card->mpa_tx.start_port; in mwifiex_host_to_card_mp_aggr()
/Linux-v5.15/drivers/net/ethernet/rocker/
Drocker.h61 unsigned int port_count; member
Drocker_main.c928 if (port_number >= rocker->port_count) in rocker_event_link_change()
965 if (port_number >= rocker->port_count) in rocker_event_mac_vlan_seen()
2531 for (i = 0; i < rocker->port_count; i++) { in rocker_remove_ports()
2635 alloc_size = sizeof(struct rocker_port *) * rocker->port_count; in rocker_probe_ports()
2639 for (i = 0; i < rocker->port_count; i++) { in rocker_probe_ports()
2662 if (msix_entries != ROCKER_MSIX_VEC_COUNT(rocker->port_count)) in rocker_msix_init()
2916 rocker->port_count = rocker_read32(rocker, PORT_PHYS_COUNT); in rocker_probe()
Drocker_ofdpa.c1448 unsigned int port_count = ofdpa->rocker->port_count; in ofdpa_port_vlan_flood_group() local
1455 group_ids = kcalloc(port_count, sizeof(u32), GFP_KERNEL); in ofdpa_port_vlan_flood_group()
1464 for (i = 0; i < port_count; i++) { in ofdpa_port_vlan_flood_group()
1494 unsigned int port_count = ofdpa->rocker->port_count; in ofdpa_port_vlan_l2_groups() local
1523 for (i = 0; i < port_count; i++) { in ofdpa_port_vlan_l2_groups()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main.c715 sparx5->port_count = of_get_child_count(ports); in mchp_sparx5_probe()
717 configs = kcalloc(sparx5->port_count, in mchp_sparx5_probe()
808 for (idx = 0; idx < sparx5->port_count; ++idx) { in mchp_sparx5_probe()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif_bsg.h122 uint8_t port_count; member
/Linux-v5.15/drivers/tty/
Dsynclink_gt.c223 int port_count; /* count of ports on adapter */ member
2284 for(i=0; i < info->port_count ; i++) { in slgt_interrupt()
2308 for (i=0 ; i < info->port_count ; i++) { in slgt_interrupt()
2316 for(i=0; i < info->port_count ; i++) { in slgt_interrupt()
3533 int port_count = 1; in device_init() local
3536 port_count = 2; in device_init()
3538 port_count = 4; in device_init()
3541 for (i=0; i < port_count; ++i) { in device_init()
3553 for (i=0; i < port_count; ++i) { in device_init()
3556 port_array[i]->port_count = port_count; in device_init()
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera.h192 u32 port_count; member
Dprestera_switchdev.c231 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()
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_offload.py350 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-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c497 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-v5.15/drivers/usb/early/
Dxhci-dbc.c362 u32 val, port_offset, port_count; in xdbc_reset_debug_port() local
376 port_count = XHCI_EXT_PORT_COUNT(val); in xdbc_reset_debug_port()
378 xdbc_do_reset_debug_port(port_offset, port_count); in xdbc_reset_debug_port()
/Linux-v5.15/drivers/power/supply/
Dcros_peripheral_charger.c119 return rsp.port_count; in cros_pchg_port_count()
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-mem.c1123 u32 temp, port_offset, port_count; in cdnsp_add_in_port() local
1132 port_count = CDNSP_EXT_PORT_COUNT(temp); in cdnsp_add_in_port()
1134 trace_cdnsp_port_info(addr, port_offset, port_count, port->maj_rev); in cdnsp_add_in_port()
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c6134 u8 found = 0, port_count = 0, port_id; in _scsih_get_port_table_after_reset() local
6142 return port_count; in _scsih_get_port_table_after_reset()
6165 for (j = 0; j < port_count; j++) { in _scsih_get_port_table_after_reset()
6179 port_table[port_count].port_id = port_id; in _scsih_get_port_table_after_reset()
6180 port_table[port_count].phy_mask = (1 << i); in _scsih_get_port_table_after_reset()
6181 port_table[port_count].sas_address = attached_sas_addr; in _scsih_get_port_table_after_reset()
6182 port_count++; in _scsih_get_port_table_after_reset()
6186 return port_count; in _scsih_get_port_table_after_reset()
6278 int index, u8 port_count, int offset) in _scsih_del_phy_part_of_anther_port() argument
6283 for (i = 0; i < port_count; i++) { in _scsih_del_phy_part_of_anther_port()
[all …]
/Linux-v5.15/drivers/usb/host/
Dxhci-mem.c2120 u32 temp, port_offset, port_count; in xhci_add_in_port() local
2159 port_count = XHCI_EXT_PORT_COUNT(temp); in xhci_add_in_port()
2163 addr, port_offset, port_count, major_revision); in xhci_add_in_port()
2165 if (port_offset == 0 || (port_offset + port_count - 1) > num_ports) in xhci_add_in_port()
2216 for (i = port_offset; i < (port_offset + port_count); i++) { in xhci_add_in_port()

12