Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dsge.c75 #define SGE_TX_DESC_MAX_PLEN 16384 macro
1116 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1119 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1121 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1126 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1128 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1145 BUG_ON(len > SGE_TX_DESC_MAX_PLEN); in write_tx_desc()
1168 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1172 while (*desc_len > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1173 *desc_len -= SGE_TX_DESC_MAX_PLEN; in write_large_page_tx_descs()
[all …]