Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c66 #define SGE_TX_DESC_MAX_PLEN 16384 macro
1117 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1120 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1122 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1127 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1129 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1146 BUG_ON(len > SGE_TX_DESC_MAX_PLEN); in write_tx_desc()
1169 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1174 *desc_len -= SGE_TX_DESC_MAX_PLEN; in write_large_page_tx_descs()
1224 desc_len : SGE_TX_DESC_MAX_PLEN; in write_tx_descs()
[all …]