Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dsge.c75 #define SGE_TX_DESC_MAX_PLEN 16384 macro
1126 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1129 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1131 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1136 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1138 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1155 BUG_ON(len > SGE_TX_DESC_MAX_PLEN); in write_tx_desc()
1178 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1182 while (*desc_len > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1183 *desc_len -= SGE_TX_DESC_MAX_PLEN; in write_large_page_tx_descs()
[all …]