Lines Matching refs:numDesc
496 count = resp->numDesc + 1; in typhoon_process_response()
525 resp->numDesc, resp->flags, in typhoon_process_response()
704 tcpd->numDesc = 1; in typhoon_tso_fill()
719 int numDesc; in typhoon_start_tx() local
740 numDesc = skb_shinfo(skb)->nr_frags + 1; in typhoon_start_tx()
742 numDesc++; in typhoon_start_tx()
753 while(unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2))) in typhoon_start_tx()
760 first_txd->numDesc = 0; in typhoon_start_tx()
782 first_txd->numDesc++; in typhoon_start_tx()
800 first_txd->numDesc++; in typhoon_start_tx()
811 first_txd->numDesc++; in typhoon_start_tx()
829 first_txd->numDesc++; in typhoon_start_tx()
843 numDesc = MAX_SKB_FRAGS + TSO_NUM_DESCRIPTORS + 1; in typhoon_start_tx()
845 if(typhoon_num_free_tx(txRing) < (numDesc + 2)) { in typhoon_start_tx()
852 if(typhoon_num_free_tx(txRing) >= (numDesc + 2)) in typhoon_start_tx()
1543 int numDesc = MAX_SKB_FRAGS + 1; in typhoon_tx_complete() local
1548 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()
2424 if(xp_resp[0].numDesc != 0) in typhoon_init_one()
2468 if(xp_resp[0].numDesc == 0) { in typhoon_init_one()
2475 } else if(xp_resp[0].numDesc == 2) { in typhoon_init_one()
2486 xp_resp[0].numDesc, le32_to_cpu(xp_resp[0].parm2)); in typhoon_init_one()