Searched refs:max_ports (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sdio.h | 120 (a->max_ports - \ 241 u8 max_ports; member 270 u8 max_ports; member 415 .max_ports = 16, 430 .max_ports = 16, 445 .max_ports = 16, 460 .max_ports = 32, 475 .max_ports = 32, 490 .max_ports = 16, 533 if (((card->max_ports - card->mpa_rx.start_port) + in mp_rx_aggr_port_limit_reached() [all …]
|
D | sdio.c | 102 card->max_ports = data->max_ports; in mwifiex_sdio_probe() 613 if (++card->curr_rd_port == card->max_ports) in mwifiex_get_rd_port() 1287 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_sdio_card_to_host_mp_aggr() 1698 for (i = 0, port_count = 0; i < card->max_ports; i++) in mwifiex_host_to_card_mp_aggr() 2037 for (i = 1; i <= card->max_ports - card->mp_end_port; i++) in mwifiex_update_mp_end_port() 2039 ~(1 << (card->max_ports - i)); in mwifiex_update_mp_end_port()
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci-hub.c | 407 int max_ports; in xhci_get_ports() local 411 max_ports = xhci->num_usb3_ports; in xhci_get_ports() 414 max_ports = xhci->num_usb2_ports; in xhci_get_ports() 418 return max_ports; in xhci_get_ports() 712 int max_ports; in xhci_hub_control() local 723 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_control() 771 if (!wIndex || wIndex > max_ports) in xhci_hub_control() 798 if (!wIndex || wIndex > max_ports) in xhci_hub_control() 977 if (!wIndex || wIndex > max_ports) in xhci_hub_control() 1071 int max_ports; in xhci_hub_status_data() local [all …]
|
D | xhci-ring.c | 1488 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()
|
D | xhci.h | 1471 u8 max_ports; member
|
/linux-4.1.27/drivers/ata/ |
D | libata-core.c | 5721 struct ata_host *ata_host_alloc(struct device *dev, int max_ports) in ata_host_alloc() argument 5733 sz = sizeof(struct ata_host) + (max_ports + 1) * sizeof(void *); in ata_host_alloc() 5745 host->n_ports = max_ports; in ata_host_alloc() 5748 for (i = 0; i < max_ports; i++) { in ata_host_alloc()
|
/linux-4.1.27/include/linux/ |
D | libata.h | 1123 extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports);
|