Searched refs:an_int (Results 1 – 3 of 3) sorted by relevance
667 if (pdata->an_int) { in xgbe_an37_isr()691 if (pdata->an_int) { in xgbe_an73_isr()782 if (!pdata->an_int) in xgbe_an37_state_machine()787 pdata->an_int &= ~XGBE_AN_CL37_INT_CMPLT; in xgbe_an37_state_machine()821 pdata->an_int = 0; in xgbe_an37_state_machine()843 if (!pdata->an_int) in xgbe_an73_state_machine()849 pdata->an_int &= ~XGBE_AN_CL73_PG_RCV; in xgbe_an73_state_machine()852 pdata->an_int &= ~XGBE_AN_CL73_INC_LINK; in xgbe_an73_state_machine()897 pdata->an_int = 0; in xgbe_an73_state_machine()904 pdata->an_int = 0; in xgbe_an73_state_machine()[all …]
1281 unsigned int an_int; member
616 int an_int; in svc_export_parse() local656 err = get_int(&mesg, &an_int); in svc_export_parse()661 if (err || an_int < 0) in svc_export_parse()663 exp.ex_flags= an_int; in svc_export_parse()666 err = get_int(&mesg, &an_int); in svc_export_parse()669 exp.ex_anon_uid= make_kuid(current_user_ns(), an_int); in svc_export_parse()672 err = get_int(&mesg, &an_int); in svc_export_parse()675 exp.ex_anon_gid= make_kgid(current_user_ns(), an_int); in svc_export_parse()678 err = get_int(&mesg, &an_int); in svc_export_parse()681 exp.ex_fsid = an_int; in svc_export_parse()