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

/freebsd-11.0-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c187 netif_tx_front_ring_t txf; member in struct:__anon11974
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-11.0-release/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c323 int txf = i; local
325 cmd->ac[txf].cw_min = htole16(0x0f);
326 cmd->ac[txf].cw_max = htole16(0x3f);
327 cmd->ac[txf].aifsn = 1;
328 cmd->ac[txf].fifos_mask = (1 << txf);
329 cmd->ac[txf].edca_txop = 0;
/freebsd-11.0-release/sys/opencrypto/
H A Dcryptosoft.c711 struct enc_xform *txf; local
772 txf = &enc_xform_des;
775 txf = &enc_xform_3des;
778 txf = &enc_xform_blf;
781 txf = &enc_xform_cast5;
784 txf = &enc_xform_skipjack;
787 txf = &enc_xform_rijndael128;
790 txf = &enc_xform_aes_xts;
793 txf = &enc_xform_aes_icm;
796 txf
984 struct enc_xform *txf; local
[all...]
/freebsd-11.0-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 64 milliseconds