/linux/tools/testing/selftests/net/lib/py/ |
H A D | nsim.py | 53 def __init__(self, port_count=1, queue_count=1, ns=None): argument 112 def wait_for_netdevs(self, port_count): argument
|
/linux/drivers/net/netdevsim/ |
H A D | bus.c | 143 unsigned int id, port_count, num_queues; in new_device_store() local 420 nsim_bus_dev_new(unsigned int id, unsigned int port_count, unsigned int num_queues) in nsim_bus_dev_new()
|
H A D | netdevsim.h | 421 unsigned int port_count; member
|
H A D | dev.c | 1444 unsigned int port_count) in nsim_dev_port_add_all()
|
/linux/drivers/tty/serial/ |
H A D | mux.c | 432 int port_count = get_mux_port_count(dev); in mux_probe() local 477 int port_count = (long)dev_get_drvdata(&dev->dev); in mux_remove() local
|
/linux/drivers/acpi/ |
H A D | mipi-disco-img.c | 55 u32 port_count; member 202 size_t port_count = csi2->port_count; in alloc_crs_csi2_swnodes() local
|
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_ctrl_msg.c | 130 unsigned int version, port_count, i; in t7xx_port_enum_msg_handler() local
|
H A D | t7xx_port_proxy.h | 41 int port_count; member
|
H A D | t7xx_port_proxy.c | 519 u32 port_count; in t7xx_port_proxy_set_cfg() local
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_netdev.c | 140 u8 i, port_count = 0; in opa_vnic_process_vema_config() local
|
/linux/drivers/firewire/ |
H A D | core-topology.c | 26 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) in fw_node_create()
|
H A D | core.h | 182 u8 port_count; member
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 61 unsigned int port_count; member
|
H A D | rocker_ofdpa.c | 1448 unsigned int port_count = ofdpa->rocker->port_count; in ofdpa_port_vlan_flood_group() local 1494 unsigned int port_count = ofdpa->rocker->port_count; in ofdpa_port_vlan_l2_groups() local
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sdio.c | 1841 u32 port_count; in mwifiex_sdio_card_to_host_mp_aggr() local 2273 u32 port_count; in mwifiex_host_to_card_mp_aggr() local
|
/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 369 u32 val, port_offset, port_count; in xdbc_reset_debug_port() local
|
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_fabric.c | 654 u32 port_id = 0, port_count, plist_count; in efc_process_gidpt_payload() local
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 1126 u32 temp, port_offset, port_count; in cdnsp_add_in_port() local
|
/linux/sound/usb/ |
H A D | mixer_scarlett2.c | 1174 const int port_count[SCARLETT2_PORT_TYPE_COUNT][SCARLETT2_PORT_DIRNS]; member 2906 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_usb_populate_mux() local 3045 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_usb_set_mux() local 7383 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_mux_src_enum_ctl_info() local 7493 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_add_mux_enums() local 8516 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_count_io() local
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_edif_bsg.h | 133 uint8_t port_count; member
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 6136 u8 found = 0, port_count = 0, port_id; in _scsih_get_port_table_after_reset() local 6279 int index, u8 port_count, int offset) in _scsih_del_phy_part_of_anther_port() 6312 int index, int port_count) in _scsih_add_or_del_phys_from_existing_port() 6403 u32 port_count = 0; in _scsih_sas_port_refresh() local
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera.h | 299 u32 port_count; member
|
/linux/drivers/tty/ |
H A D | synclink_gt.c | 220 int port_count; /* count of ports on adapter */ member 3521 int port_count = 1; in device_init() local
|
/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 1987 u32 temp, port_offset, port_count; in xhci_add_in_port() local
|
/linux/tools/testing/selftests/net/ |
H A D | bpf_offload.py | 346 def __init__(self, port_count=1, ns=None): argument
|