post_index        473 drivers/net/ethernet/neterion/vxge/vxge-config.c 	channel->post_index = 0;
post_index        636 drivers/net/ethernet/neterion/vxge/vxge-config.h 	u32			post_index ____cacheline_aligned;
post_index       1049 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 	vxge_assert(channel->work_arr[channel->post_index] == NULL);
post_index       1051 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 	channel->work_arr[channel->post_index++] = dtrh;
post_index       1054 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 	if (channel->post_index	== channel->length)
post_index       1055 drivers/net/ethernet/neterion/vxge/vxge-traffic.c 		channel->post_index = 0;
post_index        158 drivers/scsi/snic/vnic_wq.h 		unsigned int fetch_index, unsigned int post_index,