Searched refs:mactx (Results 1 – 1 of 1) sorted by relevance
673 const u64 mactx) in pasemi_mac_tx_error() argument684 "tx status 0x%016llx\n", mactx, *chan->status); in pasemi_mac_tx_error()845 u64 mactx = TX_DESC(txring, i); in pasemi_mac_clean_tx() local848 if ((mactx & XCT_MACTX_E) || in pasemi_mac_clean_tx()850 pasemi_mac_tx_error(mac, mactx); in pasemi_mac_clean_tx()853 if (!(mactx & XCT_MACTX_LLEN_M)) { in pasemi_mac_clean_tx()863 if (unlikely(mactx & XCT_MACTX_O)) in pasemi_mac_clean_tx()1430 u64 mactx; in pasemi_mac_start_tx() local1480 mactx = dflags | XCT_MACTX_LLEN(skb->len); in pasemi_mac_start_tx()1503 TX_DESC(txring, fill) = mactx; in pasemi_mac_start_tx()