Home
last modified time | relevance | path

Searched refs:n_items (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dhif.h32 struct ath10k_hif_sg_item *items, int n_items);
104 int n_items) in ath10k_hif_tx_sg() argument
106 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg()
H A Dpci.h221 struct ath10k_hif_sg_item *items, int n_items);
H A Dsnoc.c687 struct ath10k_hif_sg_item *items, int n_items) in ath10k_snoc_hif_tx_sg() argument
699 for (i = 0; i < n_items - 1; i++) { in ath10k_snoc_hif_tx_sg()
702 i, &items[i].paddr, items[i].len, n_items); in ath10k_snoc_hif_tx_sg()
716 i, &items[i].paddr, items[i].len, n_items); in ath10k_snoc_hif_tx_sg()
H A Dpci.c1410 struct ath10k_hif_sg_item *items, int n_items) in ath10k_pci_hif_tx_sg() argument
1429 write_index, sw_index - 1) < n_items)) { in ath10k_pci_hif_tx_sg()
1434 for (i = 0; i < n_items - 1; i++) { in ath10k_pci_hif_tx_sg()
1437 i, &items[i].paddr, items[i].len, n_items); in ath10k_pci_hif_tx_sg()
1456 i, &items[i].paddr, items[i].len, n_items); in ath10k_pci_hif_tx_sg()
1459 i, &items[i].paddr, items[i].len, n_items, pipe_id); in ath10k_pci_hif_tx_sg()
1464 if (n_items == 1 && items[i].len == 140) { in ath10k_pci_hif_tx_sg()
H A Dusb.c410 struct ath10k_hif_sg_item *items, int n_items) in ath10k_usb_hif_tx_sg() argument
419 for (i = 0; i < n_items; i++) { in ath10k_usb_hif_tx_sg()
H A Dsdio.c1646 struct ath10k_hif_sg_item *items, int n_items) in ath10k_sdio_hif_tx_sg() argument
1655 for (i = 0; i < n_items; i++) { in ath10k_sdio_hif_tx_sg()