/freebsd/contrib/wpa/src/ap/ |
H A D | gas_serv.c | 1453 struct wpabuf *buf, *tx_buf; in gas_serv_req_local_processing() local 1491 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1498 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1504 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing() 1508 if (!tx_buf) in gas_serv_req_local_processing() 1511 convert_to_protected_dual(tx_buf); in gas_serv_req_local_processing() 1514 wpabuf_head(tx_buf), in gas_serv_req_local_processing() 1515 wpabuf_len(tx_buf)); in gas_serv_req_local_processing() 1518 wpabuf_head(tx_buf), in gas_serv_req_local_processing() 1519 wpabuf_len(tx_buf)); in gas_serv_req_local_processing() [all …]
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_rxtx.c | 55 struct lio_request_list *tx_buf; in lio_xmit() local 69 tx_buf = iq->request_list + iq->host_write_index; in lio_xmit() 90 map = tx_buf->map; in lio_xmit() 120 finfo = &tx_buf->finfo; in lio_xmit()
|
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi_hw.c | 392 sc->transfer.tx_buf = NULL; in qcom_spi_hw_setup_transfer_selection() 423 sc->transfer.tx_buf = NULL; in qcom_spi_hw_complete_transfer() 748 if (sc->transfer.tx_buf == NULL) in qcom_spi_hw_write_from_tx_buf() 752 *val |= (sc->transfer.tx_buf[sc->transfer.tx_offset] & 0xff) in qcom_spi_hw_write_from_tx_buf()
|
H A D | qcom_spi.c | 468 char *tx_buf, int tx_len, char *rx_buf, int rx_len) in qcom_spi_transfer_pio_block() argument 496 sc->transfer.tx_buf = tx_buf; in qcom_spi_transfer_pio_block()
|
H A D | qcom_spi_var.h | 100 const char *tx_buf; member
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-i2c.c | 234 cmd = *state->tx_buf++; in xgbe_i2c_write() 404 state->tx_buf = op->buf; in xgbe_i2c_xfer()
|
H A D | xgbe.h | 672 unsigned char *tx_buf; member
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.c | 1267 if ((NULL != ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head) || in qla_send() 1271 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head)); in qla_send() 1275 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head)); in qla_send() 1284 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map; in qla_send() 1346 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head; in qla_send() 1704 bzero((void *)ha->tx_ring[i].tx_buf, in qla_alloc_xmt_bufs() 1710 txb = &ha->tx_ring[j].tx_buf[i]; in qla_alloc_xmt_bufs() 1766 qla_clear_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]); in qla_free_xmt_bufs() 1775 bzero((void *)ha->tx_ring[i].tx_buf, in qla_free_xmt_bufs()
|
H A D | ql_def.h | 111 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
H A D | ql_hw.c | 2551 if (NULL != ha->tx_ring[txr_idx].tx_buf[j].m_head) { in ql_hw_send() 2555 ha->tx_ring[txr_idx].tx_buf[j].m_head)); in ql_hw_send() 3743 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp]; in ql_hw_tx_done_locked()
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_def.h | 159 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
H A D | qla_os.c | 1104 ha->tx_buf[tx_idx].m_head = m_head; in qla_send() 1105 ha->tx_buf[tx_idx].map = map; in qla_send() 1162 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS)); in qla_alloc_xmt_bufs() 1192 qla_clear_tx_buf(ha, &ha->tx_buf[i]); in qla_free_xmt_bufs() 1198 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS)); in qla_free_xmt_bufs()
|
H A D | qla_hw.c | 1691 txb = &ha->tx_buf[hw->txr_comp]; in qla_hw_tx_done_locked()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 2691 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw() 2693 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw() 2701 tid->tx_buf[cindex], in ath_tx_addto_baw() 2702 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno), in ath_tx_addto_baw() 2707 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw() 2754 if (tid->tx_buf[cindex] != old_bf) { in ath_tx_switch_baw_buf() 2762 tid->tx_buf[cindex] = new_bf; in ath_tx_switch_baw_buf() 2802 if (tid->tx_buf[cindex] != bf) { in ath_tx_update_baw() 2806 tid->tx_buf[cindex], in ath_tx_update_baw() 2807 (tid->tx_buf[cindex] != NULL) ? in ath_tx_update_baw() [all …]
|
H A D | if_athvar.h | 183 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; member
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_def.h | 105 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member
|
H A D | qls_os.c | 1125 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map; in qls_send() 1184 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head; in qls_send() 1185 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map; in qls_send() 1248 qls_flush_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]); in qls_flush_xmt_bufs()
|
H A D | qls_hw.c | 740 ha->tx_ring[txr_idx].tx_buf[txr_next].oal_paddr; in qls_hw_send() 745 tx_desc = ha->tx_ring[txr_idx].tx_buf[txr_next].oal_vaddr; in qls_hw_send() 1354 txb = &ha->tx_ring[i].tx_buf[j]; in qls_free_tx_dma() 1419 txb = ha->tx_ring[ridx].tx_buf; in qls_alloc_tx_ring_dma() 1466 txb = &ha->tx_ring[i].tx_buf[j]; in qls_alloc_tx_dma()
|
H A D | qls_isr.c | 54 txb = &ha->tx_ring[txr_idx].tx_buf[tx_idx]; in qls_tx_comp()
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | 3185 struct ena_tx_buffer *tx_buf; in check_missing_comp_in_tx_queue() local 3196 tx_buf = &tx_ring->tx_buffer_info[i]; in check_missing_comp_in_tx_queue() 3198 if (bintime_isset(&tx_buf->timestamp) == 0) in check_missing_comp_in_tx_queue() 3202 bintime_sub(&time, &tx_buf->timestamp); in check_missing_comp_in_tx_queue() 3223 if (tx_buf->print_once) { in check_missing_comp_in_tx_queue() 3237 tx_buf->print_once = false; in check_missing_comp_in_tx_queue()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 3424 struct bxe_sw_tx_bd *tx_buf = &fp->tx_mbuf_chain[idx]; in bxe_free_tx_pkt() local 3426 uint16_t bd_idx = TX_BD(tx_buf->first_bd); in bxe_free_tx_pkt() 3431 bus_dmamap_unload(fp->tx_mbuf_tag, tx_buf->m_map); in bxe_free_tx_pkt() 3436 new_cons = (tx_buf->first_bd + nbd); in bxe_free_tx_pkt() 3439 if (__predict_true(tx_buf->m != NULL)) { in bxe_free_tx_pkt() 3440 m_freem(tx_buf->m); in bxe_free_tx_pkt() 3446 tx_buf->m = NULL; in bxe_free_tx_pkt() 3447 tx_buf->first_bd = 0; in bxe_free_tx_pkt() 5094 struct bxe_sw_tx_bd *tx_buf; in bxe_tx_encap() local 5129 tx_buf = &fp->tx_mbuf_chain[TX_BD(pkt_prod)]; in bxe_tx_encap() [all …]
|