Home
last modified time | relevance | path

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

/linux-4.4.14/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()
2130 for (i = 1; i <= card->max_ports - card->mp_end_port; i++) in mwifiex_update_mp_end_port()
2132 ~(1 << (card->max_ports - i)); in mwifiex_update_mp_end_port()
/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c508 int max_ports; in xhci_get_ports() local
512 max_ports = xhci->num_usb3_ports; in xhci_get_ports()
515 max_ports = xhci->num_usb2_ports; in xhci_get_ports()
519 return max_ports; in xhci_get_ports()
867 int max_ports; in xhci_hub_control() local
878 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_control()
913 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
953 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1132 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1228 int max_ports; in xhci_hub_status_data() local
[all …]
Dxhci-ring.c1488 int max_ports; in handle_port_status() local
1504 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
1505 if ((port_id <= 0) || (port_id > max_ports)) { in handle_port_status()
Dxhci.h1531 u8 max_ports; member
/linux-4.4.14/drivers/ata/
Dlibata-core.c5722 struct ata_host *ata_host_alloc(struct device *dev, int max_ports) in ata_host_alloc() argument
5734 sz = sizeof(struct ata_host) + (max_ports + 1) * sizeof(void *); in ata_host_alloc()
5746 host->n_ports = max_ports; in ata_host_alloc()
5749 for (i = 0; i < max_ports; i++) { in ata_host_alloc()
/linux-4.4.14/include/linux/
Dlibata.h1124 extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports);
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h3641 u32 max_ports; member