fw_ofld_tx_data_wr
struct fw_ofld_tx_data_wr *txwr;
struct fw_ofld_tx_data_wr *txwr;
#define MIN_OFLD_TX_CREDITS (howmany(sizeof(struct fw_ofld_tx_data_wr) + 1, 16))
return ((n * EQ_ESIZE) - sizeof(struct fw_ofld_tx_data_wr) -
return (tx_credits * 16 - sizeof(struct fw_ofld_tx_data_wr) -
struct fw_ofld_tx_data_wr *txwr = dst;
struct fw_ofld_tx_data_wr *txwr;
howmany(sizeof(struct fw_ofld_tx_data_wr) + 1, 16);