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

/freebsd-current/sys/dev/xen/netback/
H A Dnetback_unit_tests.c186 netif_tx_front_ring_t txf; member in struct:__anon108
351 FRONT_RING_INIT(&xnb_unit_pvt.txf, xnb_unit_pvt.txs, PAGE_SIZE);
411 req = RING_GET_REQUEST(&xnb_unit_pvt.txf,
412 xnb_unit_pvt.txf.req_prod_pvt);
416 xnb_unit_pvt.txf.req_prod_pvt++;
418 RING_PUSH_REQUESTS(&xnb_unit_pvt.txf);
441 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt;
443 req = RING_GET_REQUEST(&xnb_unit_pvt.txf,
444 xnb_unit_pvt.txf.req_prod_pvt);
447 xnb_unit_pvt.txf
[all...]
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c343 uint8_t txf = iwm_ac_to_tx_fifo[i]; local
345 cmd->ac[txf].cw_min = htole16(ivp->queue_params[i].cw_min);
346 cmd->ac[txf].cw_max = htole16(ivp->queue_params[i].cw_max);
347 cmd->ac[txf].edca_txop =
349 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn;
350 cmd->ac[txf].fifos_mask = (1 << txf);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c847 struct iwl_mvm_frob_txf_data *txf = data; local
866 memset(txf->buf, 0xBB, txf->buflen);
874 for (i = 0; i < txf->buflen; i++) {
875 if (txf->buf[i] != keydata[match]) {
881 memset(txf->buf + i - keylen, 0xAA, keylen);
889 if (txf->buf[i] != keydata[match])
893 memset(txf->buf, 0xAA, i + 1);
894 memset(txf->buf + txf
903 struct iwl_mvm_frob_txf_data txf = { local
[all...]
H A Dtx.c820 unsigned int txf; local
828 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, ac);
860 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256);
867 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256);
H A Dmac-ctxt.c481 u8 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, i); local
491 ac[ucode_ac].fifos_mask = BIT(txf);
/freebsd-current/sys/opencrypto/
H A Dcryptosoft.c1271 const struct enc_xform *txf; local
1275 txf = crypto_cipher(csp);
1277 if (txf->ctxsize != 0) {
1278 swe->sw_ctx = malloc(txf->ctxsize, M_CRYPTO_DATA,
1283 error = txf->setkey(swe->sw_ctx,
1288 swe->sw_exf = txf;
1456 const struct enc_xform *txf; local
1458 txf = crypto_cipher(csp);
1459 if (txf == NULL)
1462 txf
[all...]

Completed in 187 milliseconds