Home
last modified time | relevance | path

Searched refs:sparams (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
HDocs_els.c904 fc_plogi_payload_t *sparams; in ocs_send_logo() local
910 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_logo()
930 logo->port_name_hi = sparams->port_name_hi; in ocs_send_logo()
931 logo->port_name_lo = sparams->port_name_lo; in ocs_send_logo()
963 fc_plogi_payload_t *sparams; in ocs_send_adisc() local
970 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_adisc()
985 sparams = (fc_plogi_payload_t*) node->sport->service_params; in ocs_send_adisc()
990 adisc->port_name_hi = sparams->port_name_hi; in ocs_send_adisc()
991 adisc->port_name_lo = sparams->port_name_lo; in ocs_send_adisc()
992 adisc->node_name_hi = sparams->node_name_hi; in ocs_send_adisc()
[all …]
HDocs_utils.c1215 …display_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams) in ocs_display_sparams() argument
1219 if (sparams == NULL) { in ocs_display_sparams()
1231 ocs_dump32(OCS_DEBUG_ENABLE_SPARAM_DUMP, NULL, label, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams()
1234 ocs_ddump_buffer((ocs_textbuf_t*) textbuf, reqlabel, 0, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams()
HDocs_utils.h254 …isplay_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams);
/freebsd-13-stable/usr.sbin/pkg/
HDecc.c127 const ec_str_params *sparams; in ecc_read_pkgkey() local
165 sparams = ecc_pkgkey_params(data, datasz); in ecc_read_pkgkey()
166 if (sparams == NULL) in ecc_read_pkgkey()
169 ret = import_params(params, sparams); in ecc_read_pkgkey()
/freebsd-13-stable/sys/dev/usb/controller/
HDehci.c284 uint32_t sparams; in ehci_init() local
312 sparams = EREAD4(sc, EHCI_HCSPARAMS); in ehci_init()
313 DPRINTF("sparams=0x%x\n", sparams); in ehci_init()
315 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()