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

/freebsd-11.0-release/sys/mips/mediatek/
H A Dmtk_spi_v1.c226 uint8_t *buf, byte, *tx_buf; local
237 tx_buf = (uint8_t *)(cmd->tx_cmd);
240 switch(tx_buf[0]) {
272 tx_buf = (uint8_t *)(cmd->tx_cmd);
277 byte = tx_buf[i];
H A Dmtk_spi_v2.c231 uint8_t *buf, byte, *tx_buf; local
242 tx_buf = (uint8_t *)(cmd->tx_cmd);
245 switch(tx_buf[0]) {
277 tx_buf = (uint8_t *)(cmd->tx_cmd);
282 byte = tx_buf[i];
/freebsd-11.0-release/sys/mips/rt305x/
H A Drt305x_spi.c221 uint8_t *buf, byte, *tx_buf; local
232 tx_buf = (uint8_t *)(cmd->tx_cmd);
235 switch(tx_buf[0]) {
269 tx_buf = (uint8_t *)(cmd->tx_cmd);
274 byte = tx_buf[i];
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dgas_serv.c978 struct wpabuf *buf, *tx_buf; local
1015 tx_buf = gas_anqp_build_initial_resp_buf(
1022 tx_buf = gas_anqp_build_initial_resp_buf(
1028 tx_buf = gas_anqp_build_initial_resp_buf(
1032 if (!tx_buf)
1035 convert_to_protected_dual(tx_buf);
1037 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1038 wpabuf_free(tx_buf);
1156 struct wpabuf *buf, *tx_buf; local
[all...]
/freebsd-11.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.c1123 ha->tx_buf[tx_idx].m_head = m_head;
1124 ha->tx_buf[tx_idx].map = map;
1184 bzero((void *)ha->tx_buf, (sizeof(qla_tx_buf_t) * NUM_TX_DESCRIPTORS));
1215 qla_clear_tx_buf(ha, &ha->tx_buf[i]);
1221 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.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.c1210 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1273 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1340 bzero((void *)ha->tx_ring[i].tx_buf,
1347 txb = &ha->tx_ring[j].tx_buf[i];
1396 qla_clear_tx_buf(ha, &ha->tx_ring[j].tx_buf[i]);
1405 bzero((void *)ha->tx_ring[i].tx_buf,
H A Dql_hw.c2933 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp];
/freebsd-11.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.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.0-release/sys/dev/ath/
H A Dif_ath_tx.c2626 assert(tid->tx_buf[cindex] == NULL);
2628 if (tid->tx_buf[cindex] != NULL) {
2636 tid->tx_buf[cindex],
2637 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno),
2642 tid->tx_buf[cindex] = bf;
2689 if (tid->tx_buf[cindex] != old_bf) {
2697 tid->tx_buf[cindex] = new_bf;
2737 if (tid->tx_buf[cindex] != bf) {
2741 tid->tx_buf[cindex],
2742 (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.0-release/sys/dev/bxe/
H A Dbxe.c3403 struct bxe_sw_tx_bd *tx_buf = &fp->tx_mbuf_chain[idx]; local
3405 uint16_t bd_idx = TX_BD(tx_buf->first_bd);
3410 bus_dmamap_unload(fp->tx_mbuf_tag, tx_buf->m_map);
3415 new_cons = (tx_buf->first_bd + nbd);
3418 if (__predict_true(tx_buf->m != NULL)) {
3419 m_freem(tx_buf->m);
3425 tx_buf->m = NULL;
3426 tx_buf->first_bd = 0;
5086 struct bxe_sw_tx_bd *tx_buf; local
5123 tx_buf
[all...]

Completed in 277 milliseconds