Searched refs:tx_req (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 278 struct mbuf *mb = tx_req->mb; in ipoib_dma_map_tx() 324 struct mbuf *mb = tx_req->mb; in ipoib_dma_unmap_tx() 337 struct ipoib_tx_buf *tx_req; in ipoib_ib_handle_tx_wc() local 354 m_freem(tx_req->mb); in ipoib_ib_handle_tx_wc() 484 struct ipoib_tx_buf *tx_req; in ipoib_send() local 526 tx_req->mb = mb; in ipoib_send() 529 if (tx_req->mb) in ipoib_send() 530 m_freem(tx_req->mb); in ipoib_send() 548 tx_req, phead, hlen))) { in ipoib_send() 779 struct ipoib_tx_buf *tx_req; in ipoib_ib_dev_stop() local [all …]
|
| H A D | ipoib_cm.c | 602 struct mbuf *mb = tx_req->mb; in post_send() 603 u64 *mapping = tx_req->mapping; in post_send() 620 struct ipoib_cm_tx_buf *tx_req; in ipoib_cm_send() local 649 tx_req->mb = mb; in ipoib_cm_send() 653 if (tx_req->mb) in ipoib_cm_send() 654 m_freem(tx_req->mb); in ipoib_cm_send() 682 struct ipoib_cm_tx_buf *tx_req; in ipoib_cm_handle_tx_wc() local 693 tx_req = &tx->tx_ring[wr_id]; in ipoib_cm_handle_tx_wc() 700 m_freem(tx_req->mb); in ipoib_cm_handle_tx_wc() 1066 struct ipoib_cm_tx_buf *tx_req; in ipoib_cm_tx_destroy() local [all …]
|
| H A D | ipoib.h | 523 int ipoib_dma_map_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req, int max); 524 void ipoib_dma_unmap_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req);
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_tx.c | 68 struct sdp_buf *tx_req; in sdp_post_send() local 123 tx_req = &ssk->tx_ring.buffer[mseq & (SDP_TX_SIZE - 1)]; in sdp_post_send() 124 tx_req->mb = mb; in sdp_post_send() 133 tx_req->mapping[i] = addr; in sdp_post_send() 144 if (unlikely(tx_req->mb->m_flags & M_URG)) in sdp_post_send() 152 sdp_cleanup_sdp_buf(ssk, tx_req, DMA_TO_DEVICE); in sdp_post_send() 155 m_freem(tx_req->mb); in sdp_post_send() 170 struct sdp_buf *tx_req; in sdp_send_completion() local 181 tx_req = &tx_ring->buffer[mseq & (SDP_TX_SIZE - 1)]; in sdp_send_completion() 182 mb = tx_req->mb; in sdp_send_completion() [all …]
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | core.c | 421 struct sk_buff *skb = tx_req->skb; in rtw89_core_tx_update_ampdu_info() 465 struct sk_buff *skb = tx_req->skb; in rtw89_core_tx_update_sec_key() 533 struct sk_buff *skb = tx_req->skb; in rtw89_core_get_mgmt_rate() 883 tx_req->tx_type = tx_type; in rtw89_core_tx_update_desc_info() 894 switch (tx_req->tx_type) { in rtw89_core_tx_update_desc_info() 966 tx_req.skb = skb; in rtw89_h2c_tx() 969 tx_req.desc_info.fw_dl = true; in rtw89_h2c_tx() 999 tx_req.skb = skb; in rtw89_core_tx_write() 1000 tx_req.sta = sta; in rtw89_core_tx_write() 1001 tx_req.vif = vif; in rtw89_core_tx_write() [all …]
|
| H A D | pci.c | 1201 struct rtw89_core_tx_request *tx_req) in rtw89_pci_txwd_submit() argument 1205 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_pci_txwd_submit() 1210 struct sk_buff *skb = tx_req->skb; in rtw89_pci_txwd_submit() 1269 struct rtw89_core_tx_request *tx_req) in rtw89_pci_fwcmd_submit() argument 1273 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_pci_fwcmd_submit() 1277 struct sk_buff *skb = tx_req->skb; in rtw89_pci_fwcmd_submit() 1305 struct rtw89_core_tx_request *tx_req) in rtw89_pci_txbd_submit() argument 1324 ret = rtw89_pci_txwd_submit(rtwdev, tx_ring, txwd, tx_req); in rtw89_pci_txbd_submit() 1357 tx_req->tx_type == RTW89_CORE_TX_TYPE_FWCMD) && in rtw89_pci_tx_write() 1359 tx_req->tx_type != RTW89_CORE_TX_TYPE_FWCMD)) { in rtw89_pci_tx_write() [all …]
|
| H A D | core.h | 2944 int (*tx_write)(struct rtw89_dev *rtwdev, struct rtw89_core_tx_request *tx_req); 4391 struct rtw89_core_tx_request *tx_req) in rtw89_hci_tx_write() argument 4393 return rtwdev->hci.ops->tx_write(rtwdev, tx_req); in rtw89_hci_tx_write()
|