Searched refs:TxDescriptors (Results 1 – 5 of 5) sorted by relevance
485 #define PREV_TCB_USED(X) ((X).tail ? (X).tail - 1 : bdp->params.TxDescriptors - 1)486 #define NEXT_TCB_TOUSE(X) ((((X) + 1) >= bdp->params.TxDescriptors) ? 0 : (X) + 1)853 int TxDescriptors; member
361 E100_PARAM(TxDescriptors, "Number of transmit descriptors");866 e100_set_int_option(&(bdp->params.TxDescriptors), TxDescriptors[board], in e100_check_options()1004 bdp->params.TxDescriptors, bdp); in e100_open()1706 int stcb = sizeof (tcb_t) * bdp->params.TxDescriptors; in e100_alloc_tcb_pool()1750 for (i = 0; i < bdp->params.TxDescriptors; i++) { in e100_free_tcb_pool()1759 sizeof (tcb_t) * bdp->params.TxDescriptors, in e100_free_tcb_pool()2064 for (i = 0; i < bdp->params.TxDescriptors; i++) { in e100_tx_srv()3085 for (i = 0; i < bdp->params.TxDescriptors; i++, tcb++) { in e100_tcb_add_C_bit()3252 ering.tx_pending = bdp->params.TxDescriptors; in e100_do_ethtool_ioctl()3276 bdp->params.TxDescriptors = ering.tx_pending; in e100_do_ethtool_ioctl()[all …]
77 E1000_PARAM(TxDescriptors, "Number of transmit descriptors");328 tx_ring->count = TxDescriptors[bd]; in e1000_check_options()
107 modprobe e100 TxDescriptors=32,128173 TxDescriptors
90 modprobe e1000 TxDescriptors=80,128299 TxDescriptors