Lines Matching defs:iso
496 #define MIN_TX_CREDITS(iso) \
497 (MIN_OFLD_TX_CREDITS + ((iso) ? MIN_ISO_TX_CREDITS : 0))
504 max_imm_payload(int tx_credits, int iso)
506 const int iso_cpl_size = iso ? sizeof(struct cpl_tx_data_iso) : 0;
513 if (tx_credits < MIN_TX_CREDITS(iso))
526 max_dsgl_nsegs(int tx_credits, int iso)
529 int sge_pair_credits = tx_credits - MIN_TX_CREDITS(iso);
535 if (tx_credits < MIN_TX_CREDITS(iso))
1042 bool iso, nomap_mbuf_seen;
1062 iso = mbuf_iscsi_iso(sndptr);
1063 max_imm = max_imm_payload(tx_credits, iso);
1064 max_nsegs = max_dsgl_nsegs(tx_credits, iso);
1117 npdu = iso ? howmany(plen - ISCSI_BHS_SIZE, iso_mss) : 1;
1119 if (iso)
1122 if (iso)
1144 if (iso) {
1172 "max_nsegs %u iso %d", __func__, credits,
1173 toep->tx_credits, tx_credits, nsegs, max_nsegs, iso));
1180 if (iso)