Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar9003.c2624 #define TONE_LEN 1800 in ar9003_paprd_tx_tone() macro
2632 m = MCLGETL(NULL, M_DONTWAIT, TONE_LEN); in ar9003_paprd_tx_tone()
2635 memset(mtod(m, caddr_t), 0, TONE_LEN); in ar9003_paprd_tx_tone()
2643 m->m_pkthdr.len = m->m_len = TONE_LEN; in ar9003_paprd_tx_tone()
2653 #undef TONE_LEN in ar9003_paprd_tx_tone()