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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.c1317 union all_known_options *all_options; local
1321 all_options = (union all_known_options *)(optionsloc + offset);
1322 switch (all_options->as_base.optionnum) {
1332 all_options->as_mss.length, offset, optionsize);
1334 if (all_options->as_mss.length != 4) {
1337 tmp = ntohs(all_options->as_mss.mss);
1345 all_options->as_windowscale.shiftcount;
1352 all_options->as_base.optionnum);
1355 offset += all_options->as_base.length;

Completed in 44 milliseconds