Searched refs:sndptr (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 690 struct mbuf *sndptr, *m, *sb_sndptr; in t4_push_frames() local 743 if (__predict_false((sndptr = mbufq_first(pduq)) != NULL)) { in t4_push_frames() 744 if (!t4_push_raw_wr(sc, toep, sndptr)) { in t4_push_frames() 750 MPASS(m == sndptr); in t4_push_frames() 763 sndptr = sb_sndptr ? sb_sndptr->m_next : sb->sb_mb; in t4_push_frames() 768 for (m = sndptr; m != NULL; m = m->m_next) { in t4_push_frames() 882 m_copydata(sndptr, 0, plen, (void *)(txwr + 1)); in t4_push_frames() 902 write_tx_sgl(txwr + 1, sndptr, m, nsegs, in t4_push_frames() 1029 write_iscsi_mbuf_wr(struct toepcb *toep, struct mbuf *sndptr) in write_iscsi_mbuf_wr() argument 1045 M_ASSERTPKTHDR(sndptr); in write_iscsi_mbuf_wr() [all …]
|