Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c652 pdata->an_int = reg & XGBE_AN_CL37_INT_MASK; in xgbe_an37_isr()
655 if (pdata->an_int) { in xgbe_an37_isr()
677 pdata->an_int = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_INT); in xgbe_an73_isr()
679 if (pdata->an_int) { in xgbe_an73_isr()
681 XMDIO_WRITE(pdata, MDIO_MMD_AN, MDIO_AN_INT, ~pdata->an_int); in xgbe_an73_isr()
770 if (!pdata->an_int) in xgbe_an37_state_machine()
773 if (pdata->an_int & XGBE_AN_CL37_INT_CMPLT) { in xgbe_an37_state_machine()
775 pdata->an_int &= ~XGBE_AN_CL37_INT_CMPLT; in xgbe_an37_state_machine()
809 pdata->an_int = 0; in xgbe_an37_state_machine()
831 if (!pdata->an_int) in xgbe_an73_state_machine()
[all...]
H A Dxgbe.h1244 unsigned int an_int; member
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c664 pdata->an_int = reg & XGBE_AN_CL37_INT_MASK; in xgbe_an37_isr()
667 if (pdata->an_int) { in xgbe_an37_isr()
689 pdata->an_int = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_INT); in xgbe_an73_isr()
691 if (pdata->an_int) { in xgbe_an73_isr()
693 XMDIO_WRITE(pdata, MDIO_MMD_AN, MDIO_AN_INT, ~pdata->an_int); in xgbe_an73_isr()
782 if (!pdata->an_int) in xgbe_an37_state_machine()
785 if (pdata->an_int & XGBE_AN_CL37_INT_CMPLT) { 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()
[all...]
H A Dxgbe.h1277 unsigned int an_int; member
/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c548 int an_int; in svc_export_parse() local
589 err = get_int(&mesg, &an_int); in svc_export_parse()
594 if (err || an_int < 0) in svc_export_parse()
596 exp.ex_flags= an_int; in svc_export_parse()
599 err = get_int(&mesg, &an_int); in svc_export_parse()
602 exp.ex_anon_uid= make_kuid(current_user_ns(), an_int); in svc_export_parse()
605 err = get_int(&mesg, &an_int); in svc_export_parse()
608 exp.ex_anon_gid= make_kgid(current_user_ns(), an_int); in svc_export_parse()
611 err = get_int(&mesg, &an_int); in svc_export_parse()
614 exp.ex_fsid = an_int; in svc_export_parse()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c599 int an_int; in svc_export_parse() local
639 err = get_int(&mesg, &an_int); in svc_export_parse()
644 if (err || an_int < 0) in svc_export_parse()
646 exp.ex_flags= an_int; in svc_export_parse()
649 err = get_int(&mesg, &an_int); in svc_export_parse()
652 exp.ex_anon_uid= make_kuid(current_user_ns(), an_int); in svc_export_parse()
655 err = get_int(&mesg, &an_int); in svc_export_parse()
658 exp.ex_anon_gid= make_kgid(current_user_ns(), an_int); in svc_export_parse()
661 err = get_int(&mesg, &an_int); in svc_export_parse()
664 exp.ex_fsid = an_int; in svc_export_parse()
[all...]

Completed in 12 milliseconds