Home
last modified time | relevance | path

Searched refs:numDesc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/3com/
Dtyphoon.h167 u8 numDesc; member
204 u8 numDesc; member
223 u8 numDesc; member
246 u8 numDesc; member
319 u8 numDesc; member
356 u8 numDesc; member
393 u8 numDesc; member
458 u8 numDesc; member
Dtyphoon.c495 count = resp->numDesc + 1; in typhoon_process_response()
524 resp->numDesc, resp->flags, in typhoon_process_response()
703 tcpd->numDesc = 1; in typhoon_tso_fill()
718 int numDesc; in typhoon_start_tx() local
739 numDesc = skb_shinfo(skb)->nr_frags + 1; in typhoon_start_tx()
741 numDesc++; in typhoon_start_tx()
752 while(unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2))) in typhoon_start_tx()
759 first_txd->numDesc = 0; in typhoon_start_tx()
781 first_txd->numDesc++; in typhoon_start_tx()
799 first_txd->numDesc++; in typhoon_start_tx()
[all …]