Home
last modified time | relevance | path

Searched refs:concat_buf (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/iwmc3200wifi/
Dtx.c350 trace_iwm_tx_packets(iwm, txq->concat_buf, txq->concat_count); in iwm_tx_send_concat_packets()
351 ret = iwm_bus_send_chunk(iwm, txq->concat_buf, txq->concat_count); in iwm_tx_send_concat_packets()
354 txq->concat_ptr = txq->concat_buf; in iwm_tx_send_concat_packets()
432 txq->concat_ptr = txq->concat_buf + txq->concat_count; in iwm_tx_worker()
Diwm.h199 u8 concat_buf[IWM_HAL_CONCATENATE_BUF_SIZE]; member
Dmain.c593 iwm->txq[i].concat_ptr = iwm->txq[i].concat_buf; in iwm_link_off()