Lines Matching refs:numDesc
495 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()
810 first_txd->numDesc++; in typhoon_start_tx()
828 first_txd->numDesc++; in typhoon_start_tx()
842 numDesc = MAX_SKB_FRAGS + TSO_NUM_DESCRIPTORS + 1; in typhoon_start_tx()
844 if(typhoon_num_free_tx(txRing) < (numDesc + 2)) { in typhoon_start_tx()
851 if(typhoon_num_free_tx(txRing) >= (numDesc + 2)) in typhoon_start_tx()
1547 int numDesc = MAX_SKB_FRAGS + 1; in typhoon_tx_complete() local
1552 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()
2429 if(xp_resp[0].numDesc != 0) in typhoon_init_one()
2474 if(xp_resp[0].numDesc == 0) { in typhoon_init_one()
2481 } else if(xp_resp[0].numDesc == 2) { in typhoon_init_one()
2492 xp_resp[0].numDesc, le32_to_cpu(xp_resp[0].parm2)); in typhoon_init_one()