HomeSort by: relevance | last modified time | path
    Searched defs:frameoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
cs89x0.c 2007 int len, leftover, frameoff; local in function:cs_copy_tx_frame
2015 frameoff = PKTPG_TX_FRAME;
2040 CS_WRITE_PACKET_PAGE(sc, frameoff, dbuf);
2041 frameoff += 2;
2062 MEM_WRITE_REGION_2(sc, frameoff,
2064 frameoff += len;
2084 CS_WRITE_PACKET_PAGE(sc, frameoff, dbuf);
cs89x0.c 2007 int len, leftover, frameoff; local in function:cs_copy_tx_frame
2015 frameoff = PKTPG_TX_FRAME;
2040 CS_WRITE_PACKET_PAGE(sc, frameoff, dbuf);
2041 frameoff += 2;
2062 MEM_WRITE_REGION_2(sc, frameoff,
2064 frameoff += len;
2084 CS_WRITE_PACKET_PAGE(sc, frameoff, dbuf);

Completed in 25 milliseconds