Searched refs:npdu (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 987 uint16_t mss, int len, int npdu) in write_iscsi_tx_data_iso() argument 1040 int tx_credits, shove, npdu, wr_len; in write_iscsi_mbuf_wr() local 1118 npdu = iso ? howmany(plen - ISCSI_BHS_SIZE, iso_mss) : 1; in write_iscsi_mbuf_wr() 1119 adjusted_plen = plen + ulp_extra_len[ulp_submode] * npdu; in write_iscsi_mbuf_wr() 1121 adjusted_plen += ISCSI_BHS_SIZE * (npdu - 1); in write_iscsi_mbuf_wr() 1152 mbuf_iscsi_iso_flags(sndptr), iso_mss, plen, npdu); in write_iscsi_mbuf_wr() 1179 counter_u64_add(toep->ofld_txq->tx_iscsi_pdus, npdu); in write_iscsi_mbuf_wr() 1189 uint16_t mss, int len, int npdu, int pdo) in write_nvme_tx_data_iso() argument 1239 int tx_credits, shove, npdu, wr_len; in write_nvme_mbuf_wr() local 1346 npdu = howmany(plen - hdr->hlen, iso_mss); in write_nvme_mbuf_wr() [all …]
|