Searched refs:txm (Results 1 – 3 of 3) sorted by relevance
2360 struct ixl_tx_map *maps = NULL, *txm; in ixl_txr_alloc() local2373 txm = &maps[i]; in ixl_txr_alloc()2377 BUS_DMA_WAITOK | BUS_DMA_ALLOCNOW, &txm->txm_map) != 0) in ixl_txr_alloc()2380 txm->txm_eop = -1; in ixl_txr_alloc()2381 txm->txm_m = NULL; in ixl_txr_alloc()2407 txm = &maps[i]; in ixl_txr_alloc()2409 if (txm->txm_map == NULL) in ixl_txr_alloc()2412 bus_dmamap_destroy(sc->sc_dmat, txm->txm_map); in ixl_txr_alloc()2479 struct ixl_tx_map *maps, *txm; in ixl_txr_clean() local2485 txm = &maps[i]; in ixl_txr_clean()[all …]
2787 struct iavf_tx_map *txm; in iavf_txeof() local2817 txm = &txr->txr_maps[cons]; in iavf_txeof()2818 last = txm->txm_eop; in iavf_txeof()2825 map = txm->txm_map; in iavf_txeof()2831 m = txm->txm_m; in iavf_txeof()2840 txm->txm_m = NULL; in iavf_txeof()2841 txm->txm_eop = -1; in iavf_txeof()2972 struct iavf_tx_map *txm; in iavf_tx_common_locked() local3022 txm = &txr->txr_maps[prod]; in iavf_tx_common_locked()3023 map = txm->txm_map; in iavf_tx_common_locked()[all …]
2465 struct ar_tx_mgmt *txm; in athn_usb_tx() local2538 txm = (struct ar_tx_mgmt *)&htc[1]; in athn_usb_tx()2539 memset(txm, 0, sizeof(*txm)); in athn_usb_tx()2540 txm->node_idx = sta_index; in athn_usb_tx()2541 txm->vif_idx = 0; in athn_usb_tx()2542 txm->key_idx = 0xff; in athn_usb_tx()2543 frm = (uint8_t *)&txm[1]; in athn_usb_tx()