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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/aoe/
H A Daoechr.c34 static struct ErrMsg emsgs[NMSG]; variable in typeref:struct:ErrMsg
109 em = emsgs + emsgs_tail_idx;
127 emsgs_tail_idx %= ARRAY_SIZE(emsgs);
192 em = emsgs + emsgs_head_idx;
224 emsgs_head_idx %= ARRAY_SIZE(emsgs);

Completed in 14 milliseconds