rfd_next_to_use  1694 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	u16 rfd_next_to_use, next_next;
rfd_next_to_use  1698 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	next_next = rfd_next_to_use = rfd_ring->next_to_use;
rfd_next_to_use  1701 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	buffer_info = &rfd_ring->buffer_info[rfd_next_to_use];
rfd_next_to_use  1705 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		rfd_desc = ATL1C_RFD_DESC(rfd_ring, rfd_next_to_use);
rfd_next_to_use  1738 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		rfd_next_to_use = next_next;
rfd_next_to_use  1741 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		buffer_info = &rfd_ring->buffer_info[rfd_next_to_use];
rfd_next_to_use  1749 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 		rfd_ring->next_to_use = rfd_next_to_use;
rfd_next_to_use  1739 drivers/net/ethernet/atheros/atlx/atl1.c 	u32 rfd_next_to_use;
rfd_next_to_use  1746 drivers/net/ethernet/atheros/atlx/atl1.c 	rfd_next_to_use = atomic_read(&adapter->rfd_ring.next_to_use);
rfd_next_to_use  1749 drivers/net/ethernet/atheros/atlx/atl1.c 	value = ((rfd_next_to_use & MB_RFD_PROD_INDX_MASK) <<
rfd_next_to_use  1841 drivers/net/ethernet/atheros/atlx/atl1.c 	u16 rfd_next_to_use, next_next;
rfd_next_to_use  1844 drivers/net/ethernet/atheros/atlx/atl1.c 	next_next = rfd_next_to_use = atomic_read(&rfd_ring->next_to_use);
rfd_next_to_use  1847 drivers/net/ethernet/atheros/atlx/atl1.c 	buffer_info = &rfd_ring->buffer_info[rfd_next_to_use];
rfd_next_to_use  1856 drivers/net/ethernet/atheros/atlx/atl1.c 		rfd_desc = ATL1_RFD_DESC(rfd_ring, rfd_next_to_use);
rfd_next_to_use  1879 drivers/net/ethernet/atheros/atlx/atl1.c 		rfd_next_to_use = next_next;
rfd_next_to_use  1883 drivers/net/ethernet/atheros/atlx/atl1.c 		buffer_info = &rfd_ring->buffer_info[rfd_next_to_use];
rfd_next_to_use  1896 drivers/net/ethernet/atheros/atlx/atl1.c 		atomic_set(&rfd_ring->next_to_use, (int)rfd_next_to_use);
rfd_next_to_use  2031 drivers/net/ethernet/atheros/atlx/atl1.c 		u32 rfd_next_to_use;
rfd_next_to_use  2036 drivers/net/ethernet/atheros/atlx/atl1.c 		rfd_next_to_use =
rfd_next_to_use  2040 drivers/net/ethernet/atheros/atlx/atl1.c 		value = ((rfd_next_to_use & MB_RFD_PROD_INDX_MASK) <<