Home
last modified time | relevance | path

Searched refs:cscn (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/soc/fsl/
H A Ddpaa2-global.h187 static inline bool dpaa2_cscn_state_congested(struct dpaa2_dq *cscn) in dpaa2_cscn_state_congested() argument
189 return !!(cscn->scn.state & DPAA2_CSCN_STATE_CG); in dpaa2_cscn_state_congested()
/openbmc/qemu/hw/usb/
H A Ddev-audio.c715 uint16_t cscn, uint16_t idif, in usb_audio_get_control() argument
718 uint8_t cs = cscn >> 8; in usb_audio_get_control()
719 uint8_t cn = cscn - 1; /* -1 for the non-present master control */ in usb_audio_get_control()
762 uint16_t cscn, uint16_t idif, in usb_audio_set_control() argument
765 uint8_t cs = cscn >> 8; in usb_audio_set_control()
766 uint8_t cn = cscn - 1; /* -1 for the non-present master control */ in usb_audio_set_control()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c447 mb->un.varCfgLnk.cscn = 0; in lpfc_config_link()
449 mb->un.varCfgLnk.cscn = 1; in lpfc_config_link()
H A Dlpfc_hw.h2467 uint32_t cscn:1; member
2473 uint32_t cscn:1; member