Searched refs:mactx (Results 1 – 1 of 1) sorted by relevance
724 const u64 mactx) in pasemi_mac_tx_error() argument735 "tx status 0x%016llx\n", mactx, *chan->status); in pasemi_mac_tx_error()897 u64 mactx = TX_DESC(txring, i); in pasemi_mac_clean_tx() local900 if ((mactx & XCT_MACTX_E) || in pasemi_mac_clean_tx()902 pasemi_mac_tx_error(mac, mactx); in pasemi_mac_clean_tx()905 if (!(mactx & XCT_MACTX_LLEN_M)) { in pasemi_mac_clean_tx()915 if (unlikely(mactx & XCT_MACTX_O)) in pasemi_mac_clean_tx()1481 u64 mactx; in pasemi_mac_start_tx() local1531 mactx = dflags | XCT_MACTX_LLEN(skb->len); in pasemi_mac_start_tx()1554 TX_DESC(txring, fill) = mactx; in pasemi_mac_start_tx()