Searched refs:sndptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c428 struct mbuf *m0, *sndptr, *m; local
457 sndptr = toep->tp_m_last->m_next;
459 sndptr = snd->sb_sndptr ? snd->sb_sndptr : snd->sb_mb;
462 if (toep->tp_wr_avail == 0 || sndptr == NULL)
466 while (toep->tp_wr_avail && sndptr != NULL) {
483 mlen = sndptr->m_len;
486 bcopy(sndptr->m_data, dst, mlen);
490 if (!(sndptr = sndptr->m_next))
492 mlen = sndptr
[all...]
/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c574 struct mbuf *sndptr, *m, *sb_sndptr; local
616 sndptr = sb_sndptr ? sb_sndptr->m_next : sb->sb_mb;
620 for (m = sndptr; m != NULL; m = m->m_next) {
705 m_copydata(sndptr, 0, plen, (void *)(txwr + 1));
723 write_tx_sgl(txwr + 1, sndptr, m, nsegs,
782 struct mbuf *sndptr, *m = NULL; local
813 sndptr = t4_queue_iscsi_callback(so, toep, 1, &qlen);
831 for (m = sndptr; m != NULL; m = m->m_next) {
864 ulp_len = plen + ulp_extra_len(sndptr, &ulp_mode);
879 m_copydata(sndptr,
[all...]

Completed in 36 milliseconds