Lines Matching refs:sndptr

639 	struct mbuf *sndptr, *m, *sb_sndptr;  in t4_push_frames()  local
698 sndptr = sb_sndptr ? sb_sndptr->m_next : sb->sb_mb; in t4_push_frames()
703 for (m = sndptr; m != NULL; m = m->m_next) { in t4_push_frames()
815 m_copydata(sndptr, 0, plen, (void *)(txwr + 1)); in t4_push_frames()
835 write_tx_sgl(txwr + 1, sndptr, m, nsegs, in t4_push_frames()
960 write_iscsi_mbuf_wr(struct toepcb *toep, struct mbuf *sndptr) in write_iscsi_mbuf_wr() argument
976 M_ASSERTPKTHDR(sndptr); in write_iscsi_mbuf_wr()
979 if (mbuf_raw_wr(sndptr)) { in write_iscsi_mbuf_wr()
980 plen = sndptr->m_pkthdr.len; in write_iscsi_mbuf_wr()
990 m_copydata(sndptr, 0, plen, wrtod(wr)); in write_iscsi_mbuf_wr()
994 iso = mbuf_iscsi_iso(sndptr); in write_iscsi_mbuf_wr()
997 iso_mss = mbuf_iscsi_iso_mss(sndptr); in write_iscsi_mbuf_wr()
1003 for (m = sndptr; m != NULL; m = m->m_next) { in write_iscsi_mbuf_wr()
1037 MPASS(sndptr->m_pkthdr.len == plen); in write_iscsi_mbuf_wr()
1047 ulp_submode = mbuf_ulp_submode(sndptr); in write_iscsi_mbuf_wr()
1081 MPASS(plen == sndptr->m_pkthdr.len); in write_iscsi_mbuf_wr()
1083 mbuf_iscsi_iso_flags(sndptr), iso_mss, plen, npdu); in write_iscsi_mbuf_wr()
1092 m_copydata(sndptr, 0, plen, p); in write_iscsi_mbuf_wr()
1094 write_tx_sgl(p, sndptr, m, nsegs, max_nsegs_1mbuf); in write_iscsi_mbuf_wr()
1121 struct mbuf *sndptr, *m; in t4_push_pdus() local
1177 while ((sndptr = mbufq_first(pduq)) != NULL) { in t4_push_pdus()
1178 wr = write_iscsi_mbuf_wr(toep, sndptr); in t4_push_pdus()
1184 plen = sndptr->m_pkthdr.len; in t4_push_pdus()
1190 MPASS(m == sndptr); in t4_push_pdus()