Searched refs:tx_buf (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c1453 struct wpabuf *buf, *tx_buf; local
1491 tx_buf = gas_anqp_build_initial_resp_buf(
1498 tx_buf = gas_anqp_build_initial_resp_buf(
1504 tx_buf = gas_anqp_build_initial_resp_buf(
1508 if (!tx_buf)
1511 convert_to_protected_dual(tx_buf);
1514 wpabuf_head(tx_buf),
1515 wpabuf_len(tx_buf));
1518 wpabuf_head(tx_buf),
1519 wpabuf_len(tx_buf));
1529 struct wpabuf *tx_buf; local
1737 struct wpabuf *buf, *tx_buf; local
[all...]
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_spi_v1.c226 uint8_t *buf, byte, *tx_buf; local
241 tx_buf = (uint8_t *)(cmd->tx_cmd);
244 switch(tx_buf[0]) {
276 tx_buf = (uint8_t *)(cmd->tx_cmd);
281 byte = tx_buf[i];
H A Dmtk_spi_v2.c231 uint8_t *buf, byte, *tx_buf; local
246 tx_buf = (uint8_t *)(cmd->tx_cmd);
249 switch(tx_buf[0]) {
281 tx_buf = (uint8_t *)(cmd->tx_cmd);
286 byte = tx_buf[i];
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_spi.c222 uint8_t *buf, byte, *tx_buf; local
236 tx_buf = (uint8_t *)(cmd->tx_cmd);
239 switch(tx_buf[0]) {
273 tx_buf = (uint8_t *)(cmd->tx_cmd);
278 byte = tx_buf[i];
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.c56 struct lio_request_list *tx_buf; local
70 tx_buf = iq->request_list + iq->host_write_index;
91 map = tx_buf->map;
121 finfo = &tx_buf->finfo;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h159 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member in struct:qla_host
H A Dqla_os.c1124 ha->tx_buf[tx_idx].m_head = m_head;
1125 ha->tx_buf[tx_idx].map = map;
1185 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS));
1216 qla_clear_tx_buf(ha, &ha->tx_buf[i]);
1222 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS));
H A Dqla_hw.c1707 txb = &ha->tx_buf[hw->txr_comp];
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h106 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member in struct:qla_tx_ring
H A Dqls_isr.c57 txb = &ha->tx_ring[txr_idx].tx_buf[tx_idx];
H A Dqls_os.c1145 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1208 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1209 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map;
1276 qls_flush_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]);
H A Dqls_hw.c749 ha->tx_ring[txr_idx].tx_buf[txr_next].oal_paddr;
754 tx_desc = ha->tx_ring[txr_idx].tx_buf[txr_next].oal_vaddr;
1377 txb = &ha->tx_ring[i].tx_buf[j];
1442 txb = ha->tx_ring[ridx].tx_buf;
1492 txb = &ha->tx_ring[i].tx_buf[j];
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h111 qla_tx_buf_t tx_buf[NUM_TX_DESCRIPTORS]; member in struct:_qla_tx_ring
H A Dql_os.c1290 if ((NULL != ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head) ||
1294 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head));
1298 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head);
1307 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1372 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1743 bzero((void *)ha->tx_ring[i].tx_buf,
1750 txb = &ha->tx_ring[j].tx_buf[i];
1807 qla_clear_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]);
1816 bzero((void *)ha->tx_ring[i].tx_buf,
H A Dql_hw.c1095 "\t\t\t 16: tx_buf[next_prod_index].mbuf != NULL\n" );
2579 if (NULL != ha->tx_ring[txr_idx].tx_buf[j].m_head) {
2583 ha->tx_ring[txr_idx].tx_buf[j].m_head));
3818 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp];
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c2618 assert(tid->tx_buf[cindex] == NULL);
2620 if (tid->tx_buf[cindex] != NULL) {
2628 tid->tx_buf[cindex],
2629 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno),
2634 tid->tx_buf[cindex] = bf;
2681 if (tid->tx_buf[cindex] != old_bf) {
2689 tid->tx_buf[cindex] = new_bf;
2729 if (tid->tx_buf[cindex] != bf) {
2733 tid->tx_buf[cindex],
2734 (tid->tx_buf[cinde
[all...]
H A Dif_athvar.h182 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; member in struct:ath_tid
/freebsd-11-stable/sys/dev/ena/
H A Dena.c3017 struct ena_tx_buffer *tx_buf; local
3025 tx_buf = &tx_ring->tx_buffer_info[i];
3027 if (bintime_isset(&tx_buf->timestamp) == 0)
3031 bintime_sub(&time, &tx_buf->timestamp);
3051 if (!tx_buf->print_once)
3056 tx_buf->print_once = true;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3448 struct bxe_sw_tx_bd *tx_buf = &fp->tx_mbuf_chain[idx]; local
3450 uint16_t bd_idx = TX_BD(tx_buf->first_bd);
3455 bus_dmamap_unload(fp->tx_mbuf_tag, tx_buf->m_map);
3460 new_cons = (tx_buf->first_bd + nbd);
3463 if (__predict_true(tx_buf->m != NULL)) {
3464 m_freem(tx_buf->m);
3470 tx_buf->m = NULL;
3471 tx_buf->first_bd = 0;
5141 struct bxe_sw_tx_bd *tx_buf; local
5178 tx_buf
[all...]

Completed in 290 milliseconds