Searched refs:tx_sg (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 31 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 D | ahb.c | 704 .tx_sg = ath10k_pci_hif_tx_sg,
|
H A D | usb.c | 729 .tx_sg = ath10k_usb_hif_tx_sg,
|
H A D | snoc.c | 1167 .tx_sg = ath10k_snoc_hif_tx_sg,
|
H A D | sdio.c | 2119 .tx_sg = ath10k_sdio_hif_tx_sg,
|
H A D | pci.c | 3170 .tx_sg = ath10k_pci_hif_tx_sg,
|
/freebsd/sys/dev/iser/ |
H A D | iser_initiator.c | 115 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 D | icl_iser.c | 105 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 D | icl_iser.h | 277 struct ib_sge tx_sg[2]; member
|
H A D | iser_verbs.c | 927 send_wr.sg_list = tx_desc->tx_sg; in iser_post_send()
|