Home
last modified time | relevance | path

Searched refs:an_int (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-mdio.c652 if (pdata->an_int) { in xgbe_an37_isr()
676 if (pdata->an_int) { in xgbe_an73_isr()
767 if (!pdata->an_int) in xgbe_an37_state_machine()
772 pdata->an_int &= ~XGBE_AN_CL37_INT_CMPLT; in xgbe_an37_state_machine()
806 pdata->an_int = 0; in xgbe_an37_state_machine()
828 if (!pdata->an_int) in xgbe_an73_state_machine()
834 pdata->an_int &= ~XGBE_AN_CL73_PG_RCV; in xgbe_an73_state_machine()
837 pdata->an_int &= ~XGBE_AN_CL73_INC_LINK; in xgbe_an73_state_machine()
882 pdata->an_int = 0; in xgbe_an73_state_machine()
889 pdata->an_int = 0; in xgbe_an73_state_machine()
[all …]
A Dxgbe.h1243 unsigned int an_int; member
/linux/fs/nfsd/
A Dexport.c578 int an_int; in svc_export_parse() local
619 err = get_int(&mesg, &an_int); in svc_export_parse()
624 if (err || an_int < 0) in svc_export_parse()
626 exp.ex_flags= an_int; in svc_export_parse()
629 err = get_int(&mesg, &an_int); in svc_export_parse()
632 exp.ex_anon_uid= make_kuid(current_user_ns(), an_int); in svc_export_parse()
635 err = get_int(&mesg, &an_int); in svc_export_parse()
638 exp.ex_anon_gid= make_kgid(current_user_ns(), an_int); in svc_export_parse()
641 err = get_int(&mesg, &an_int); in svc_export_parse()
644 exp.ex_fsid = an_int; in svc_export_parse()

Completed in 36 milliseconds