HomeSort by: relevance | last modified time | path
    Searched defs:txf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 764 const struct swcr_enc_xform *txf; local in function:swcr_newsession
817 txf = &swcr_enc_xform_des;
820 txf = &swcr_enc_xform_3des;
823 txf = &swcr_enc_xform_blf;
826 txf = &swcr_enc_xform_cast5;
829 txf = &swcr_enc_xform_skipjack;
832 txf = &swcr_enc_xform_aes;
835 txf = &swcr_enc_xform_camellia;
838 txf = &swcr_enc_xform_aes_ctr;
841 txf = &swcr_enc_xform_aes_gcm
1031 const struct swcr_enc_xform *txf; local in function:swcr_freesession_internal
    [all...]
  /src/sys/dev/usb/
if_athn_usb.c 2464 struct ar_tx_frame *txf; local in function:athn_usb_tx
2519 txf = (struct ar_tx_frame *)&htc[1];
2520 memset(txf, 0, sizeof(*txf));
2521 txf->data_type = AR_HTC_NORMAL;
2522 txf->node_idx = sta_index;
2523 txf->vif_idx = 0;
2524 txf->tid = tid;
2526 txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
2529 txf->flags |= htobe32(AR_HTC_TX_CTSONLY)
    [all...]
  /src/sys/dev/pci/
if_iwm.c 5735 int txf = iwm_ac_to_tx_fifo[i]; local in function:iwm_mac_ctxt_cmd_common
5737 cmd->ac[txf].cw_min = htole16(IWM_EXP2(wmep->wmep_logcwmin));
5738 cmd->ac[txf].cw_max = htole16(IWM_EXP2(wmep->wmep_logcwmax));
5739 cmd->ac[txf].aifsn = wmep->wmep_aifsn;
5740 cmd->ac[txf].fifos_mask = (1 << txf);
5741 cmd->ac[txf].edca_txop = htole16(wmep->wmep_txopLimit * 32);

Completed in 23 milliseconds