Home
last modified time | relevance | path

Searched refs:tx_sg (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhif.h31 int (*tx_sg)(struct ath10k *ar, u8 pipe_id, member
106 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg()
H A Dahb.c704 .tx_sg = ath10k_pci_hif_tx_sg,
H A Dusb.c729 .tx_sg = ath10k_usb_hif_tx_sg,
H A Dsnoc.c1167 .tx_sg = ath10k_snoc_hif_tx_sg,
H A Dsdio.c2119 .tx_sg = ath10k_sdio_hif_tx_sg,
H A Dpci.c3170 .tx_sg = ath10k_pci_hif_tx_sg,
/freebsd/sys/dev/iser/
H A Diser_initiator.c115 if (tx_desc->tx_sg[0].lkey != device->mr->lkey) { in iser_create_send_desc()
116 tx_desc->tx_sg[0].lkey = device->mr->lkey; in iser_create_send_desc()
428 struct ib_sge *tx_dsg = &mdesc->tx_sg[1]; in iser_send_control()
H A Dicl_iser.c105 tx_desc->tx_sg[0].addr = tx_desc->dma_addr; in iser_initialize_headers()
106 tx_desc->tx_sg[0].length = ISER_HEADERS_LEN; in iser_initialize_headers()
107 tx_desc->tx_sg[0].lkey = device->mr->lkey; in iser_initialize_headers()
H A Dicl_iser.h277 struct ib_sge tx_sg[2]; member
H A Diser_verbs.c927 send_wr.sg_list = tx_desc->tx_sg; in iser_post_send()