Searched refs:PGT_FRAG_SIZE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dpgt.c242 pd->pd_fragp->pf_size = htole16(PGT_FRAG_SIZE);
256 PGT_FRAG_SIZE, NULL, BUS_DMA_NOWAIT);
265 pd->pd_fragp->pf_size = htole16(PGT_FRAG_SIZE);
1404 min(size, PGT_FRAG_SIZE - sizeof(*pmf)));
1435 if (size > PGT_FRAG_SIZE) {
1494 if (datalen + dataoff > PGT_FRAG_SIZE) {
1654 if (pmd->pmd_len > PGT_FRAG_SIZE - sizeof(*pmf))
1857 psbuffer.pob_size = htole32(PGT_FRAG_SIZE * PGT_PSM_BUFFER_FRAME_COUNT);
2123 if (m->m_pkthdr.len <= PGT_FRAG_SIZE) {
2134 } else if (m->m_pkthdr.len <= PGT_FRAG_SIZE *
[all...]
H A Dpgtreg.h53 #define PGT_FRAG_SIZE 1536 /* overkill for mgmt frames */ macro

Completed in 131 milliseconds