| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | gas_serv.c | 1508 if (!tx_buf) in gas_serv_req_local_processing() 1520 wpabuf_free(tx_buf); in gas_serv_req_local_processing() 1552 if (tx_buf) in gas_serv_req_dpp_processing() 1561 if (tx_buf) in gas_serv_req_dpp_processing() 1570 if (tx_buf) { in gas_serv_req_dpp_processing() 1578 if (!tx_buf) in gas_serv_req_dpp_processing() 1585 wpabuf_free(tx_buf); in gas_serv_req_dpp_processing() 1760 if (tx_buf == NULL) in gas_serv_rx_gas_comeback_req() 1786 if (tx_buf) { in gas_serv_rx_gas_comeback_req() 1797 if (tx_buf == NULL) { in gas_serv_rx_gas_comeback_req() [all …]
|
| /freebsd-12.1/sys/mips/mediatek/ |
| H A D | mtk_spi_v1.c | 226 uint8_t *buf, byte, *tx_buf; in mtk_spi_transfer() local 241 tx_buf = (uint8_t *)(cmd->tx_cmd); in mtk_spi_transfer() 244 switch(tx_buf[0]) { in mtk_spi_transfer() 276 tx_buf = (uint8_t *)(cmd->tx_cmd); in mtk_spi_transfer() 281 byte = tx_buf[i]; in mtk_spi_transfer()
|
| H A D | mtk_spi_v2.c | 231 uint8_t *buf, byte, *tx_buf; in mtk_spi_transfer() local 246 tx_buf = (uint8_t *)(cmd->tx_cmd); in mtk_spi_transfer() 249 switch(tx_buf[0]) { in mtk_spi_transfer() 281 tx_buf = (uint8_t *)(cmd->tx_cmd); in mtk_spi_transfer() 286 byte = tx_buf[i]; in mtk_spi_transfer()
|
| /freebsd-12.1/sys/dev/liquidio/ |
| H A D | lio_rxtx.c | 56 struct lio_request_list *tx_buf; in lio_xmit() local 70 tx_buf = iq->request_list + iq->host_write_index; in lio_xmit() 91 map = tx_buf->map; in lio_xmit() 121 finfo = &tx_buf->finfo; in lio_xmit()
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_os.c | 1292 if ((NULL != ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head) || in qla_send() 1296 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head)); in qla_send() 1300 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head); in qla_send() 1309 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map; in qla_send() 1374 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head; in qla_send() 1745 bzero((void *)ha->tx_ring[i].tx_buf, in qla_alloc_xmt_bufs() 1752 txb = &ha->tx_ring[j].tx_buf[i]; in qla_alloc_xmt_bufs() 1809 qla_clear_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]); in qla_free_xmt_bufs() 1818 bzero((void *)ha->tx_ring[i].tx_buf, in qla_free_xmt_bufs()
|
| H A D | ql_def.h | 113 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
| H A D | ql_hw.c | 2581 if (NULL != ha->tx_ring[txr_idx].tx_buf[j].m_head) { in ql_hw_send() 2585 ha->tx_ring[txr_idx].tx_buf[j].m_head)); in ql_hw_send() 3820 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp]; in ql_hw_tx_done_locked()
|
| /freebsd-12.1/sys/dev/qlxgb/ |
| H A D | qla_def.h | 161 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
| H A D | qla_os.c | 1125 ha->tx_buf[tx_idx].m_head = m_head; in qla_send() 1126 ha->tx_buf[tx_idx].map = map; in qla_send() 1186 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS)); in qla_alloc_xmt_bufs() 1217 qla_clear_tx_buf(ha, &ha->tx_buf[i]); in qla_free_xmt_bufs() 1223 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS)); in qla_free_xmt_bufs()
|
| H A D | qla_hw.c | 1709 txb = &ha->tx_buf[hw->txr_comp]; in qla_hw_tx_done_locked()
|
| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_ath_tx.c | 2714 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw() 2716 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw() 2724 tid->tx_buf[cindex], in ath_tx_addto_baw() 2730 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw() 2777 if (tid->tx_buf[cindex] != old_bf) { in ath_tx_switch_baw_buf() 2785 tid->tx_buf[cindex] = new_bf; in ath_tx_switch_baw_buf() 2825 if (tid->tx_buf[cindex] != bf) { in ath_tx_update_baw() 2829 tid->tx_buf[cindex], in ath_tx_update_baw() 2834 tid->tx_buf[cindex] = NULL; in ath_tx_update_baw() 2837 !tid->tx_buf[tid->baw_head]) { in ath_tx_update_baw() [all …]
|
| H A D | if_athvar.h | 184 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; member
|
| /freebsd-12.1/sys/dev/qlxge/ |
| H A D | qls_os.c | 1147 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map; in qls_send() 1210 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head; in qls_send() 1211 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map; in qls_send() 1278 qls_flush_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]); in qls_flush_xmt_bufs()
|
| H A D | qls_def.h | 108 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
| H A D | qls_hw.c | 751 ha->tx_ring[txr_idx].tx_buf[txr_next].oal_paddr; in qls_hw_send() 756 tx_desc = ha->tx_ring[txr_idx].tx_buf[txr_next].oal_vaddr; in qls_hw_send() 1379 txb = &ha->tx_ring[i].tx_buf[j]; in qls_free_tx_dma() 1444 txb = ha->tx_ring[ridx].tx_buf; in qls_alloc_tx_ring_dma() 1494 txb = &ha->tx_ring[i].tx_buf[j]; in qls_alloc_tx_dma()
|
| H A D | qls_isr.c | 61 txb = &ha->tx_ring[txr_idx].tx_buf[tx_idx]; in qls_tx_comp()
|
| /freebsd-12.1/sys/dev/ena/ |
| H A D | ena.c | 3385 struct ena_tx_buffer *tx_buf; in check_missing_comp_in_queue() local 3392 tx_buf = &tx_ring->tx_buffer_info[i]; in check_missing_comp_in_queue() 3394 if (bintime_isset(&tx_buf->timestamp) == 0) in check_missing_comp_in_queue() 3398 bintime_sub(&time, &tx_buf->timestamp); in check_missing_comp_in_queue() 3403 if (!tx_buf->print_once) in check_missing_comp_in_queue() 3408 tx_buf->print_once = true; in check_missing_comp_in_queue()
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe.c | 3454 uint16_t bd_idx = TX_BD(tx_buf->first_bd); in bxe_free_tx_pkt() 3464 new_cons = (tx_buf->first_bd + nbd); in bxe_free_tx_pkt() 3467 if (__predict_true(tx_buf->m != NULL)) { in bxe_free_tx_pkt() 3468 m_freem(tx_buf->m); in bxe_free_tx_pkt() 3474 tx_buf->m = NULL; in bxe_free_tx_pkt() 3475 tx_buf->first_bd = 0; in bxe_free_tx_pkt() 5145 struct bxe_sw_tx_bd *tx_buf; in bxe_tx_encap() local 5320 tx_buf->m = m0; in bxe_tx_encap() 5321 tx_buf->first_bd = fp->tx_bd_prod; in bxe_tx_encap() 5322 tx_buf->flags = 0; in bxe_tx_encap() [all …]
|