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

  /src/sys/dev/usb/
if_athn_usb.c 2465 struct ar_tx_mgmt *txm; local in function:athn_usb_tx
2538 txm = (struct ar_tx_mgmt *)&htc[1];
2539 memset(txm, 0, sizeof(*txm));
2540 txm->node_idx = sta_index;
2541 txm->vif_idx = 0;
2542 txm->key_idx = 0xff;
2543 frm = (uint8_t *)&txm[1];
  /src/sys/dev/pci/
if_iavf.c 2791 struct iavf_tx_map *txm; local in function:iavf_txeof
2821 txm = &txr->txr_maps[cons];
2822 last = txm->txm_eop;
2829 map = txm->txm_map;
2835 m = txm->txm_m;
2844 txm->txm_m = NULL;
2845 txm->txm_eop = -1;
2976 struct iavf_tx_map *txm; local in function:iavf_tx_common_locked
3026 txm = &txr->txr_maps[prod];
3027 map = txm->txm_map
3199 struct iavf_tx_map *maps, *txm; local in function:iavf_txr_clean
    [all...]
if_ixl.c 2360 struct ixl_tx_map *maps = NULL, *txm;
2373 txm = &maps[i];
2377 BUS_DMA_WAITOK | BUS_DMA_ALLOCNOW, &txm->txm_map) != 0)
2380 txm->txm_eop = -1;
2381 txm->txm_m = NULL;
2407 txm = &maps[i];
2409 if (txm->txm_map == NULL)
2412 bus_dmamap_destroy(sc->sc_dmat, txm->txm_map);
2479 struct ixl_tx_map *maps, *txm; local in function:ixl_txr_clean
2485 txm = &maps[i]
2541 struct ixl_tx_map *maps, *txm; local in function:ixl_txr_free
2666 struct ixl_tx_map *txm; local in function:ixl_tx_common_locked
2780 struct ixl_tx_map *txm; local in function:ixl_txeof
    [all...]

Completed in 20 milliseconds