Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c838 int frag_sz; in xlpge_tx() local
851 frag_sz = PAGE_SIZE - (buf & PAGE_MASK); in xlpge_tx()
852 if (len < frag_sz) in xlpge_tx()
853 frag_sz = len; in xlpge_tx()
855 frag_sz, paddr); in xlpge_tx()
858 len -= frag_sz; in xlpge_tx()
859 buf += frag_sz; in xlpge_tx()