Searched refs:tbd_p (Results 1 – 1 of 1) sorted by relevance
599 t_PXENV_UNDI_TBD *tbd_p; in pxe_netif_put() local604 tbd_p = bio_alloc(sizeof(*tbd_p)); in pxe_netif_put()607 if (trans_p != NULL && tbd_p != NULL && data != NULL) { in pxe_netif_put()609 bzero(tbd_p, sizeof(*tbd_p)); in pxe_netif_put()611 trans_p->TBD.segment = VTOPSEG(tbd_p); in pxe_netif_put()612 trans_p->TBD.offset = VTOPOFF(tbd_p); in pxe_netif_put()614 tbd_p->ImmedLength = len; in pxe_netif_put()615 tbd_p->Xmit.segment = VTOPSEG(data); in pxe_netif_put()616 tbd_p->Xmit.offset = VTOPOFF(data); in pxe_netif_put()625 bio_free(tbd_p, sizeof(*tbd_p)); in pxe_netif_put()