Searched refs:MIN_OFLD_TX_CREDITS (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c403 #define MIN_OFLD_TX_CREDITS (howmany(sizeof(struct fw_ofld_tx_data_wr) + 1, 16)) macro
415 if (tx_credits < MIN_OFLD_TX_CREDITS)
429 int sge_pair_credits = tx_credits - MIN_OFLD_TX_CREDITS;
435 if (tx_credits < MIN_OFLD_TX_CREDITS)
715 if (toep->tx_credits < MIN_OFLD_TX_CREDITS)

Completed in 93 milliseconds