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

/linux-master/arch/mips/include/asm/
H A Dsigcontext.h18 __u32 sc_status; /* Unused */ member in struct:sigcontext32
/linux-master/arch/mips/include/uapi/asm/
H A Dsigcontext.h36 unsigned int sc_status; /* Unused */ member in struct:sigcontext
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.c133 sc->sc_status = OCTEON_REQUEST_PENDING;
192 nctrl->sc_status = sc->sc_status;
193 retval = nctrl->sc_status;
H A Docteon_iq.h301 u32 sc_status; member in struct:octeon_soft_command
H A Docteon_main.h210 } else if (sc->sc_status == OCTEON_REQUEST_TIMEOUT) {
H A Dresponse_manager.c135 sc->sc_status = status;
H A Dlio_core.c266 if (nctrl->sc_status)
1234 sc->sc_status = OCTEON_REQUEST_PENDING;
1260 if (sc->sc_status) {
1421 sc->sc_status = OCTEON_REQUEST_PENDING;
1443 if (sc->sc_status != OCTEON_REQUEST_TIMEOUT && !resp->status) {
1496 sc->sc_status = OCTEON_REQUEST_PENDING;
1516 octnet_nic_stats_callback(oct_dev, sc->sc_status, sc);
1557 sc->sc_status = OCTEON_REQUEST_PENDING;
1624 sc->sc_status = OCTEON_REQUEST_PENDING;
1718 sc->sc_status
[all...]
H A Docteon_nic.h61 u32 sc_status; member in struct:octnic_ctrl_pkt
H A Dlio_vf_rep.c72 sc->sc_status = OCTEON_REQUEST_PENDING;
H A Dlio_main.c641 sc->sc_status = OCTEON_REQUEST_PENDING;
1180 sc->sc_status = OCTEON_REQUEST_PENDING;
2029 if (nctrl.sc_status) {
2032 __func__, nctrl.sc_status);
3024 sc->sc_status = OCTEON_REQUEST_PENDING;
3426 sc->sc_status = OCTEON_REQUEST_PENDING;
H A Dlio_ethtool.c793 sc->sc_status = OCTEON_REQUEST_PENDING;
1032 sc->sc_status = OCTEON_REQUEST_PENDING;
2027 sc->sc_status = OCTEON_REQUEST_PENDING;
2086 sc->sc_status = OCTEON_REQUEST_PENDING;
2101 retval = sc->sc_status;
H A Dlio_vf_main.c628 sc->sc_status = OCTEON_REQUEST_PENDING;
1159 if (nctrl.sc_status ==
1990 sc->sc_status = OCTEON_REQUEST_PENDING;
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c93 notify->sc_status = cmd.set_config_reply.set_config_reply_control.status;
/linux-master/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h529 enum set_config_status sc_status; member in union:dmub_notification::__anon239
/linux-master/fs/nfsd/
H A Dnfs4state.c1219 if (s->sc_status & SC_STATUS_ADMIN_REVOKED)
1347 dp->dl_stid.sc_status |= statusmask;
1380 if (dp->dl_stid.sc_status &
1544 if (s->sc_status & SC_STATUS_ADMIN_REVOKED)
1556 stp->st_stid.sc_status |= SC_STATUS_CLOSED;
1635 stp->st_stid.sc_status |= SC_STATUS_CLOSED;
1701 stid->sc_status == 0 &&
1753 if (stid->sc_status == 0) {
1754 stid->sc_status |=
1768 if (stid->sc_status
[all...]
H A Dstate.h103 /* state_lock protects sc_status for delegation stateids.
104 * ->cl_lock protects sc_status for open and lock stateids.
105 * ->st_mutex also protect sc_status for open stateids.
106 * ->ls_lock protects sc_status for layout stateids.
116 unsigned short sc_status; member in struct:nfs4_stid
H A Dtrace.h666 __field(unsigned long, sc_status)
677 __entry->sc_status = stid->sc_status;
688 show_stid_status(__entry->sc_status)
H A Dnfs4layouts.c535 ls->ls_stid.sc_status |= SC_STATUS_CLOSED;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5249 notify->sc_status = SET_CONFIG_UNKNOWN_ERROR;
5255 notify->sc_status = cmd.set_config_access.set_config_control.immed_status;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11541 *operation_result = adev->dm.dmub_notify->sc_status;

Completed in 273 milliseconds