tx_intsup        1275 drivers/net/ethernet/via/via-velocity.c 	u16 tx_intsup = vptr->options.tx_intsup;
tx_intsup        1283 drivers/net/ethernet/via/via-velocity.c 	if (tx_intsup != 0) {
tx_intsup        1286 drivers/net/ethernet/via/via-velocity.c 		writew(tx_intsup, &regs->ISRCTL);
tx_intsup        3524 drivers/net/ethernet/via/via-velocity.c 	ecmd->tx_max_coalesced_frames = vptr->options.tx_intsup;
tx_intsup        3552 drivers/net/ethernet/via/via-velocity.c 	vptr->options.tx_intsup = ecmd->tx_max_coalesced_frames;
tx_intsup        1418 drivers/net/ethernet/via/via-velocity.h 	int tx_intsup;