Searched defs:lbufp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1791 ibd_rc_tx_largebuf_t *lbufp; local
1829 lbufp = state->rc_tx_largebuf_desc_base;
1831 lbufp->lb_buf = memp;
1832 lbufp->lb_next = lbufp + 1;
1834 tail = lbufp;
1837 lbufp++;
2136 ibd_rc_tx_largebuf_t *lbufp; local
2138 lbufp = swqe->w_rc_tx_largebuf;
2139 ASSERT(lbufp !
[all...]
H A Dibd.c3563 ibd_lsobuf_t *lbufp; local
3609 lbufp = buflist;
3611 lbufp->lb_isfree = 1;
3612 lbufp->lb_buf = memp;
3613 lbufp->lb_next = lbufp + 1;
3615 tail = lbufp;
3618 lbufp++;
3709 ibd_lsobuf_t *lbufp; local
3743 lbufp
3786 ibd_lsobuf_t *lbufp; local
7160 ibd_rc_tx_largebuf_t *lbufp; local
[all...]

Completed in 55 milliseconds