Home
last modified time | relevance | path

Searched refs:max_ports (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/mwifiex/
Dsdio.h121 (a->max_ports - \
243 u8 max_ports; member
276 u8 max_ports; member
476 .max_ports = 16,
491 .max_ports = 16,
506 .max_ports = 16,
521 .max_ports = 32,
536 .max_ports = 32,
552 .max_ports = 32,
567 .max_ports = 16,
[all …]
Dsdio.c107 card->max_ports = data->max_ports; in mwifiex_sdio_probe()
633 if (++card->curr_rd_port == card->max_ports) in mwifiex_get_rd_port()
1338 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_sdio_card_to_host_mp_aggr()
1768 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_host_to_card_mp_aggr()
2132 for (i = 1; i <= card->max_ports - card->mp_end_port; i++) in mwifiex_update_mp_end_port()
2134 ~(1 << (card->max_ports - i)); in mwifiex_update_mp_end_port()
/drivers/usb/host/
Dxhci-hub.c524 int max_ports; in xhci_get_ports() local
528 max_ports = xhci->num_usb3_ports; in xhci_get_ports()
531 max_ports = xhci->num_usb2_ports; in xhci_get_ports()
535 return max_ports; in xhci_get_ports()
895 int max_ports; in xhci_hub_control() local
906 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_control()
941 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
981 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1160 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1256 int max_ports; in xhci_hub_status_data() local
[all …]
Dxhci-ring.c1535 int max_ports; in handle_port_status() local
1551 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
1552 if ((port_id <= 0) || (port_id > max_ports)) { in handle_port_status()
Dxhci.h1539 u8 max_ports; member
/drivers/ata/
Dlibata-core.c5800 struct ata_host *ata_host_alloc(struct device *dev, int max_ports) in ata_host_alloc() argument
5812 sz = sizeof(struct ata_host) + (max_ports + 1) * sizeof(void *); in ata_host_alloc()
5824 host->n_ports = max_ports; in ata_host_alloc()
5827 for (i = 0; i < max_ports; i++) { in ata_host_alloc()
/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h3641 u32 max_ports; member