Searched refs:cbp (Results 1 – 1 of 1) sorted by relevance
1405 struct fxp_cb_tx *cbp; in fxp_encap() local1589 cbp = txp->tx_cb; in fxp_encap()1605 cbp->tbd[i + 1].tb_addr = htole32(segs[i].ds_addr); in fxp_encap()1606 cbp->tbd[i + 1].tb_size = htole32(segs[i].ds_len); in fxp_encap()1608 cbp->tbd[i].tb_addr = htole32(segs[i].ds_addr); in fxp_encap()1609 cbp->tbd[i].tb_size = htole32(segs[i].ds_len); in fxp_encap()1614 cbp->tbd_number = 0xFF; in fxp_encap()1615 cbp->tbd[nseg].tb_size |= htole32(0x8000); in fxp_encap()1617 cbp->tbd_number = nseg; in fxp_encap()1620 cbp->tbdtso.tb_size = htole32(m->m_pkthdr.tso_segsz << 16); in fxp_encap()[all …]