Searched refs:mactx (Results 1 – 1 of 1) sorted by relevance
676 const u64 mactx) in pasemi_mac_tx_error() argument687 "tx status 0x%016llx\n", mactx, *chan->status); in pasemi_mac_tx_error()848 u64 mactx = TX_DESC(txring, i); in pasemi_mac_clean_tx() local851 if ((mactx & XCT_MACTX_E) || in pasemi_mac_clean_tx()853 pasemi_mac_tx_error(mac, mactx); in pasemi_mac_clean_tx()856 if (!(mactx & XCT_MACTX_LLEN_M)) { in pasemi_mac_clean_tx()866 if (unlikely(mactx & XCT_MACTX_O)) in pasemi_mac_clean_tx()1432 u64 mactx; in pasemi_mac_start_tx() local1482 mactx = dflags | XCT_MACTX_LLEN(skb->len); in pasemi_mac_start_tx()1505 TX_DESC(txring, fill) = mactx; in pasemi_mac_start_tx()