Lines Matching defs:index

904 	/* index of the first block in this chunk */
937 NXGE_DEBUG_MSG((nxgep, RX2_CTL, "==> getting total index"));
939 block_index = (offset / block_size); /* index within chunk */
975 "==> nxge_rxbuf_pp_to_vp: get msg index: "
1059 int index;
1084 for (index = 0; index < max_index; index++) {
1088 index, ring_info->buffer[index].dvma_addr,
1089 ring_info->buffer[index].kaddr,
1090 ring_info->buffer[index].buf_size));
1648 * Get the rbr header pointer and its offset index.
1719 * buffer index information
1992 "head_p $%p head_pp $%p index %d ",
2081 "head_pp $%p index %d ",
2113 "head_pp $%p index %d ",
2154 "head_pp $%p index %016llx ",
2470 "msgbuf index = %d l2len %d bytes usage %d max_usage %d ",
2758 channel = nxgep->pt_config.hw_config.start_rdc + ring_handle->index;
2799 channel = nxgep->pt_config.hw_config.start_rdc + ring_handle->index;
2892 channel = nxgep->pt_config.hw_config.start_rdc + ring_handle->index;
3265 nxgep->rx_rbr_rings->rbr_rings[channel]->index = (uint16_t)channel;
3266 nxgep->rx_rcr_rings->rcr_rings[channel]->index = (uint16_t)channel;
3766 int i, j, index;
3855 index = 0;
3866 ring_info->buffer[i].start_index = index;
3885 "allocb failed (index %d i %d j %d)",
3886 index, i, j));
3889 rx_msg_ring[index] = rx_msg_p;
3890 rx_msg_p->block_index = index;
3896 "index %d j %d rx_msg_p $%p mblk %p",
3897 index, j, rx_msg_p, rx_msg_p->rx_mblk_p));
3903 index++;
3932 channel, index));
3956 index--;
3957 for (; index >= 0; index--) {
3958 rx_msg_p = rx_msg_ring[index];
3961 rx_msg_ring[index] = NULL;
4919 int index;
4945 for (index = 0; index < num_blocks; index++) {
4946 kaddr = ring_info->buffer[index].kaddr;
4947 chunk_size = ring_info->buffer[index].buf_size;
4951 index, kaddr, chunk_size));
4954 ring_info->buffer[index].kaddr = NULL;