Searched refs:aggr_len (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/gdm72xx/
H A Dgdm_sdio.c253 int pos, len, i, estlen, aggr_num = 0, aggr_len; send_sdu() local
270 aggr_len = pos; send_sdu()
274 hci->length = cpu_to_be16(aggr_len - TYPE_A_HEADER_SIZE - send_sdu()
279 dev_dbg(&func->dev, "sdio_send: %*ph\n", aggr_len - TYPE_A_HEADER_SIZE, send_sdu()
282 for (pos = TYPE_A_HEADER_SIZE; pos < aggr_len; pos += TX_CHUNK_SIZE) { send_sdu()
283 len = aggr_len - pos; send_sdu()
290 buf[3] = (pos + len) >= aggr_len ? 0 : 1; send_sdu()
/linux-4.4.14/Documentation/accounting/
H A Dgetdelays.c257 int c, rc, rep_len, aggr_len, len2; main() local
474 aggr_len = NLA_PAYLOAD(na->nla_len); main()
479 while (len2 < aggr_len) { main()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c269 ctl6 |= SM(i->aggr_len, AR_AggrLen); ar9002_set_txdesc()
H A Dxmit.c940 int *aggr_len) ath_tx_form_aggr()
1015 *aggr_len = al; ath_tx_form_aggr()
1380 info.aggr_len = len; ath_tx_fill_desc()
1433 int aggr_len = 0; ath_tx_sched_aggr() local
1456 tid_q, &aggr_len); ath_tx_sched_aggr()
1468 ath_tx_fill_desc(sc, bf, txq, aggr_len); ath_tx_sched_aggr()
937 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first, struct sk_buff_head *tid_q, int *aggr_len) ath_tx_form_aggr() argument
H A Dar9003_mac.c122 ctl17 |= SM(i->aggr_len, AR_AggrLen); ar9003_set_txdesc()
H A Dmac.h695 u16 aggr_len; member in struct:ath_tx_info

Completed in 323 milliseconds