Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c353 (*d->pg_chunk.p_cnt)--; in clear_rx_desc()
354 if (!*d->pg_chunk.p_cnt) in clear_rx_desc()
389 if (q->pg_chunk.page) { in free_rx_bufs()
442 if (!q->pg_chunk.page) { in alloc_pg_chunk()
448 q->pg_chunk.va = page_address(q->pg_chunk.page); in alloc_pg_chunk()
449 q->pg_chunk.p_cnt = q->pg_chunk.va + (PAGE_SIZE << order) - in alloc_pg_chunk()
451 q->pg_chunk.offset = 0; in alloc_pg_chunk()
461 sd->pg_chunk = q->pg_chunk; in alloc_pg_chunk()
517 mapping = sd->pg_chunk.mapping + sd->pg_chunk.offset; in refill_fl()
884 if (!*sd->pg_chunk.p_cnt && sd->pg_chunk.page != fl->pg_chunk.page) in get_packet_pg()
[all …]
A Dadapter.h110 struct fl_pg_chunk pg_chunk;/* page chunk cache */ member

Completed in 14 milliseconds