Searched refs:__pos_inc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/rocker/
H A Drocker.c802 static u32 __pos_inc(u32 pos, size_t limit) __pos_inc() function
862 u32 head = __pos_inc(info->head, info->size); rocker_desc_head_get()
881 u32 head = __pos_inc(info->head, info->size); rocker_desc_head_set()
899 info->tail = __pos_inc(info->tail, info->size); rocker_desc_tail_get()

Completed in 107 milliseconds