Searched refs:mactx (Results 1 – 1 of 1) sorted by relevance
688 const u64 mactx) in pasemi_mac_tx_error() argument699 "tx status 0x%016llx\n", mactx, *chan->status); in pasemi_mac_tx_error()859 u64 mactx = TX_DESC(txring, i); in pasemi_mac_clean_tx() local862 if ((mactx & XCT_MACTX_E) || in pasemi_mac_clean_tx()864 pasemi_mac_tx_error(mac, mactx); in pasemi_mac_clean_tx()867 if (!(mactx & XCT_MACTX_LLEN_M)) { in pasemi_mac_clean_tx()877 if (unlikely(mactx & XCT_MACTX_O)) in pasemi_mac_clean_tx()1440 u64 mactx; in pasemi_mac_start_tx() local1490 mactx = dflags | XCT_MACTX_LLEN(skb->len); in pasemi_mac_start_tx()1513 TX_DESC(txring, fill) = mactx; in pasemi_mac_start_tx()