Searched refs:txf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c187 netif_tx_front_ring_t txf; member in struct:__anon10675
352 FRONT_RING_INIT(&xnb_unit_pvt.txf, xnb_unit_pvt.txs, PAGE_SIZE);
412 req = RING_GET_REQUEST(&xnb_unit_pvt.txf,
413 xnb_unit_pvt.txf.req_prod_pvt);
417 xnb_unit_pvt.txf.req_prod_pvt++;
419 RING_PUSH_REQUESTS(&xnb_unit_pvt.txf);
442 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt;
444 req = RING_GET_REQUEST(&xnb_unit_pvt.txf,
445 xnb_unit_pvt.txf.req_prod_pvt);
448 xnb_unit_pvt.txf
[all...]
/freebsd-10.3-release/sys/opencrypto/
H A Dcryptosoft.c665 struct enc_xform *txf; local
721 txf = &enc_xform_des;
724 txf = &enc_xform_3des;
727 txf = &enc_xform_blf;
730 txf = &enc_xform_cast5;
733 txf = &enc_xform_skipjack;
736 txf = &enc_xform_rijndael128;
739 txf = &enc_xform_aes_xts;
742 txf = &enc_xform_camellia;
745 txf
876 struct enc_xform *txf; local
[all...]
/freebsd-10.3-release/sys/dev/altera/atse/
H A Dif_atse.c1128 uint32_t rxs, rxe, rxi, rxf, txs, txe, txi, txf; local
1141 txf = ATSE_TX_READ_FILL_LEVEL(sc);
1146 "txs 0x%x txe 0x%x txi 0x%x txf 0x%x\n",
1149 txs, txe, txi, txf);

Completed in 97 milliseconds