Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_cm.c1614 union all_known_options *all_options; in process_options() local
1618 all_options = (union all_known_options *)(optionsloc + offset); in process_options()
1619 switch (all_options->as_base.optionnum) { in process_options()
1629 all_options->as_mss.length, offset, optionsize); in process_options()
1631 if (all_options->as_mss.length != 4) { in process_options()
1634 tmp = ntohs(all_options->as_mss.mss); in process_options()
1642 all_options->as_windowscale.shiftcount; in process_options()
1646 all_options->as_base.optionnum); in process_options()
1649 offset += all_options->as_base.length; in process_options()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_cm.c644 union all_known_options *all_options; in i40iw_process_options() local
648 all_options = (union all_known_options *)(optionsloc + offset); in i40iw_process_options()
649 switch (all_options->as_base.optionnum) { in i40iw_process_options()
661 all_options->as_mss.length, in i40iw_process_options()
665 if (all_options->as_mss.length != 4) in i40iw_process_options()
667 tmp = ntohs(all_options->as_mss.mss); in i40iw_process_options()
673 all_options->as_windowscale.shiftcount; in i40iw_process_options()
679 all_options->as_base.optionnum); in i40iw_process_options()
682 offset += all_options->as_base.length; in i40iw_process_options()