| /freebsd-13.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() 1562 if (tx_buf) { in gas_serv_req_dpp_processing() 1573 if (tx_buf) { in gas_serv_req_dpp_processing() 1581 if (!tx_buf) in gas_serv_req_dpp_processing() 1588 wpabuf_free(tx_buf); in gas_serv_req_dpp_processing() 1763 if (tx_buf == NULL) in gas_serv_rx_gas_comeback_req() 1789 if (tx_buf) { in gas_serv_rx_gas_comeback_req() 1801 if (tx_buf == NULL) { in gas_serv_rx_gas_comeback_req() [all …]
|
| /freebsd-13.1/sys/mips/mediatek/ |
| 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()
|
| H A D | mtk_spi_v1.c | 250 uint8_t *buf, byte, *tx_buf; in mtk_spi_transfer() local 301 tx_buf = (uint8_t *)(cmd->tx_cmd); in mtk_spi_transfer() 304 switch(tx_buf[0]) { in mtk_spi_transfer() 337 tx_buf = (uint8_t *)(cmd->tx_cmd); in mtk_spi_transfer() 344 byte = tx_buf[i]; in mtk_spi_transfer()
|
| /freebsd-13.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-13.1/sys/dev/axgbe/ |
| H A D | xgbe-i2c.c | 236 cmd = *state->tx_buf++; in xgbe_i2c_write() 408 state->tx_buf = op->buf; in xgbe_i2c_xfer()
|
| H A D | xgbe.h | 674 unsigned char *tx_buf; member
|
| /freebsd-13.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 | 1116 ha->tx_buf[tx_idx].m_head = m_head; in qla_send() 1117 ha->tx_buf[tx_idx].map = map; in qla_send() 1177 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS)); in qla_alloc_xmt_bufs() 1207 qla_clear_tx_buf(ha, &ha->tx_buf[i]); in qla_free_xmt_bufs() 1213 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS)); in qla_free_xmt_bufs()
|
| H A D | qla_hw.c | 1699 txb = &ha->tx_buf[hw->txr_comp]; in qla_hw_tx_done_locked()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_os.c | 1274 if ((NULL != ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head) || in qla_send() 1278 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head)); in qla_send() 1282 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head); in qla_send() 1291 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map; in qla_send() 1353 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head; in qla_send() 1718 bzero((void *)ha->tx_ring[i].tx_buf, in qla_alloc_xmt_bufs() 1724 txb = &ha->tx_ring[j].tx_buf[i]; in qla_alloc_xmt_bufs() 1780 qla_clear_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]); in qla_free_xmt_bufs() 1789 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 | 2559 if (NULL != ha->tx_ring[txr_idx].tx_buf[j].m_head) { in ql_hw_send() 2563 ha->tx_ring[txr_idx].tx_buf[j].m_head)); in ql_hw_send() 3767 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp]; in ql_hw_tx_done_locked()
|
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_tx.c | 2713 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw() 2715 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw() 2723 tid->tx_buf[cindex], in ath_tx_addto_baw() 2729 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw() 2776 if (tid->tx_buf[cindex] != old_bf) { in ath_tx_switch_baw_buf() 2784 tid->tx_buf[cindex] = new_bf; in ath_tx_switch_baw_buf() 2824 if (tid->tx_buf[cindex] != bf) { in ath_tx_update_baw() 2828 tid->tx_buf[cindex], in ath_tx_update_baw() 2833 tid->tx_buf[cindex] = NULL; in ath_tx_update_baw() 2836 !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-13.1/sys/dev/qlxge/ |
| H A D | qls_def.h | 107 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
| H A D | qls_os.c | 1133 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map; in qls_send() 1192 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head; in qls_send() 1193 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map; in qls_send() 1259 qls_flush_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]); in qls_flush_xmt_bufs()
|
| H A D | qls_hw.c | 739 ha->tx_ring[txr_idx].tx_buf[txr_next].oal_paddr; in qls_hw_send() 744 tx_desc = ha->tx_ring[txr_idx].tx_buf[txr_next].oal_vaddr; in qls_hw_send() 1355 txb = &ha->tx_ring[i].tx_buf[j]; in qls_free_tx_dma() 1420 txb = ha->tx_ring[ridx].tx_buf; in qls_alloc_tx_ring_dma() 1467 txb = &ha->tx_ring[i].tx_buf[j]; in qls_alloc_tx_dma()
|
| H A D | qls_isr.c | 58 txb = &ha->tx_ring[txr_idx].tx_buf[tx_idx]; in qls_tx_comp()
|
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena.c | 3018 struct ena_tx_buffer *tx_buf; in check_missing_comp_in_tx_queue() local 3026 tx_buf = &tx_ring->tx_buffer_info[i]; in check_missing_comp_in_tx_queue() 3028 if (bintime_isset(&tx_buf->timestamp) == 0) in check_missing_comp_in_tx_queue() 3032 bintime_sub(&time, &tx_buf->timestamp); in check_missing_comp_in_tx_queue() 3052 if (!tx_buf->print_once) in check_missing_comp_in_tx_queue() 3057 tx_buf->print_once = true; in check_missing_comp_in_tx_queue()
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | bxe.c | 3443 uint16_t bd_idx = TX_BD(tx_buf->first_bd); in bxe_free_tx_pkt() 3453 new_cons = (tx_buf->first_bd + nbd); in bxe_free_tx_pkt() 3456 if (__predict_true(tx_buf->m != NULL)) { in bxe_free_tx_pkt() 3457 m_freem(tx_buf->m); in bxe_free_tx_pkt() 3463 tx_buf->m = NULL; in bxe_free_tx_pkt() 3464 tx_buf->first_bd = 0; in bxe_free_tx_pkt() 5113 struct bxe_sw_tx_bd *tx_buf; in bxe_tx_encap() local 5286 tx_buf->m = m0; in bxe_tx_encap() 5287 tx_buf->first_bd = fp->tx_bd_prod; in bxe_tx_encap() 5288 tx_buf->flags = 0; in bxe_tx_encap() [all …]
|