Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c75 #define SGE_TX_DESC_MAX_PLEN 16384 macro
1122 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1125 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1127 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1132 while (len > SGE_TX_DESC_MAX_PLEN) { in compute_large_page_tx_descs()
1134 len -= SGE_TX_DESC_MAX_PLEN; in compute_large_page_tx_descs()
1151 BUG_ON(len > SGE_TX_DESC_MAX_PLEN); in write_tx_desc()
1174 if (PAGE_SIZE > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1178 while (*desc_len > SGE_TX_DESC_MAX_PLEN) { in write_large_page_tx_descs()
1179 *desc_len -= SGE_TX_DESC_MAX_PLEN; in write_large_page_tx_descs()
[all …]