Lines Matching refs:numDesc
498 count = resp->numDesc + 1; in typhoon_process_response()
527 resp->numDesc, resp->flags, in typhoon_process_response()
755 tcpd->numDesc = 1; in typhoon_tso_fill()
770 int numDesc; in typhoon_start_tx() local
791 numDesc = skb_shinfo(skb)->nr_frags + 1; in typhoon_start_tx()
793 numDesc++; in typhoon_start_tx()
804 while(unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2))) in typhoon_start_tx()
811 first_txd->numDesc = 0; in typhoon_start_tx()
834 first_txd->numDesc++; in typhoon_start_tx()
852 first_txd->numDesc++; in typhoon_start_tx()
863 first_txd->numDesc++; in typhoon_start_tx()
882 first_txd->numDesc++; in typhoon_start_tx()
898 numDesc = MAX_SKB_FRAGS + TSO_NUM_DESCRIPTORS + 1; in typhoon_start_tx()
900 if(typhoon_num_free_tx(txRing) < (numDesc + 2)) { in typhoon_start_tx()
907 if(typhoon_num_free_tx(txRing) >= (numDesc + 2)) in typhoon_start_tx()
1579 int numDesc = MAX_SKB_FRAGS + 1; in typhoon_tx_complete() local
1584 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()
2446 if(xp_resp[0].numDesc != 0) in typhoon_init_one()
2495 if(xp_resp[0].numDesc == 0) { in typhoon_init_one()
2503 } else if(xp_resp[0].numDesc == 2) { in typhoon_init_one()
2514 "(%u:%04x)\n", dev->name, xp_resp[0].numDesc, in typhoon_init_one()