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

/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dgas_serv.c777 struct wpabuf *buf, *tx_buf; local
809 tx_buf = gas_anqp_build_initial_resp_buf(
814 tx_buf = gas_anqp_build_initial_resp_buf(
818 if (!tx_buf)
822 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
823 wpabuf_free(tx_buf);
937 struct wpabuf *buf, *tx_buf; local
969 tx_buf = gas_anqp_build_initial_resp_buf(dialog_token,
973 if (tx_buf) {
1026 struct wpabuf *buf, *tx_buf; local
[all...]
/freebsd-10.0-release/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.c1125 ha->tx_buf[tx_idx].m_head = m_head;
1126 ha->tx_buf[tx_idx].map = map;
1186 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS));
1217 qla_clear_tx_buf(ha, &ha->tx_buf[i]);
1223 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-10.0-release/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.c1152 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1215 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1282 bzero((void *)ha->tx_ring[i].tx_buf,
1289 txb = &ha->tx_ring[j].tx_buf[i];
1338 qla_clear_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]);
1347 bzero((void *)ha->tx_ring[i].tx_buf,
H A Dql_hw.c2560 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp];
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_tx.c2633 assert(tid->tx_buf[cindex] == NULL);
2635 if (tid->tx_buf[cindex] != NULL) {
2643 tid->tx_buf[cindex],
2644 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno),
2649 tid->tx_buf[cindex] = bf;
2696 if (tid->tx_buf[cindex] != old_bf) {
2705 tid->tx_buf[cindex] = new_bf;
2745 if (tid->tx_buf[cindex] != bf) {
2750 tid->tx_buf[cindex],
2751 (tid->tx_buf[cinde
[all...]
H A Dif_athvar.h163 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; member in struct:ath_tid
/freebsd-10.0-release/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.c1149 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1212 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1213 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map;
1280 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-10.0-release/sys/dev/bxe/
H A Dbxe.c3531 struct bxe_sw_tx_bd *tx_buf = &fp->tx_mbuf_chain[idx]; local
3533 uint16_t bd_idx = TX_BD(tx_buf->first_bd);
3538 bus_dmamap_unload(fp->tx_mbuf_tag, tx_buf->m_map);
3549 new_cons = (tx_buf->first_bd + nbd);
3567 if (tx_buf->flags & BXE_TSO_SPLIT_BD) {
3582 if (__predict_true(tx_buf->m != NULL)) {
3583 m_freem(tx_buf->m);
3589 tx_buf->m = NULL;
3590 tx_buf->first_bd = 0;
5409 struct bxe_sw_tx_bd *tx_buf; local
[all...]

Completed in 311 milliseconds