xmit_count        692 drivers/i2c/busses/i2c-mxs.c 	uint16_t high_count, low_count, rcv_count, xmit_count;
xmit_count        748 drivers/i2c/busses/i2c-mxs.c 	xmit_count = low_count * 3 / 8;
xmit_count        753 drivers/i2c/busses/i2c-mxs.c 		xmit_count, rcv_count, leadin, bus_free);
xmit_count        758 drivers/i2c/busses/i2c-mxs.c 	i2c->timing1 = (low_count << 16) | xmit_count;
xmit_count        162 drivers/net/ethernet/i825xx/sun3_82586.c 	volatile int		xmit_count,xmit_last;
xmit_count        602 drivers/net/ethernet/i825xx/sun3_82586.c 	p->xmit_count = 0;
xmit_count       1033 drivers/net/ethernet/i825xx/sun3_82586.c 			memset((void *)p->xmit_cbuffs[p->xmit_count], 0,
xmit_count       1037 drivers/net/ethernet/i825xx/sun3_82586.c 		skb_copy_from_linear_data(skb, (void *)p->xmit_cbuffs[p->xmit_count], skb->len);
xmit_count       1087 drivers/net/ethernet/i825xx/sun3_82586.c 		p->xmit_buffs[p->xmit_count]->size = swab16(TBD_LAST | len);
xmit_count       1088 drivers/net/ethernet/i825xx/sun3_82586.c 		if( (next_nop = p->xmit_count + 1) == NUM_XMIT_BUFFS )
xmit_count       1091 drivers/net/ethernet/i825xx/sun3_82586.c 		p->xmit_cmds[p->xmit_count]->cmd_status	= 0;
xmit_count       1096 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[p->xmit_count]->cmd_link = make16((p->xmit_cmds[p->xmit_count]));
xmit_count       1097 drivers/net/ethernet/i825xx/sun3_82586.c 		p->xmit_count = next_nop;
xmit_count       1102 drivers/net/ethernet/i825xx/sun3_82586.c 			if(p->xmit_count != p->xmit_last)
xmit_count        164 include/net/dn.h 	__u16 xmit_count;
xmit_count         66 net/appletalk/aarp.c 	unsigned short		xmit_count;
xmit_count        147 net/appletalk/aarp.c 	a->xmit_count++;
xmit_count        277 net/appletalk/aarp.c 		if ((*n)->xmit_count >= sysctl_aarp_retransmit_limit) {
xmit_count        643 net/appletalk/aarp.c 	a->xmit_count	 = 0;
xmit_count       1022 net/appletalk/aarp.c 				   entry->xmit_count);
xmit_count        211 net/decnet/dn_nsp_out.c 		ret = cb->xmit_count;
xmit_count        212 net/decnet/dn_nsp_out.c 		cb->xmit_count++;
xmit_count        347 net/decnet/dn_nsp_out.c 	cb->xmit_count = 0;
xmit_count        378 net/decnet/dn_nsp_out.c 	unsigned short xmit_count;
xmit_count        400 net/decnet/dn_nsp_out.c 		xmit_count = cb2->xmit_count;
xmit_count        411 net/decnet/dn_nsp_out.c 		WARN_ON(xmit_count == 0);
xmit_count        418 net/decnet/dn_nsp_out.c 		if (xmit_count == 1) {
xmit_count        432 net/decnet/dn_nsp_out.c 		if (xmit_count > 1)