Searched refs:s_id (Results 1 - 25 of 25) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/
H A Dsnoop.h17 char s_id[8]; member in struct:snoophdr
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_domain.h86 extern void ocs_domain_attach(ocs_domain_t *domain, uint32_t s_id);
90 extern void __ocs_domain_attach_internal(ocs_domain_t *domain, uint32_t s_id);;
H A Docs_unsol.c52 ocs_node_fcid_display(fc_be24toh((hdr)->s_id), s_id_text, sizeof(s_id_text)); \
582 uint32_t s_id; local
593 /* extract the s_id and d_id */
594 s_id = fc_be24toh(hdr->s_id);
619 /* Lookup the node given the remote s_id */
620 node = ocs_node_find(sport, s_id);
632 node = ocs_node_alloc(sport, s_id, FALSE, FALSE);
680 port_id = fc_be24toh(hdr->s_id);
1241 uint32_t s_id local
[all...]
H A Docs_hw_queues.c1768 uint32_t s_id = fc_be24toh(hdr->s_id); local
1772 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1882 seq->hio->axr_buf->hdr.s_id = fc_hdr->s_id;
1904 uint32_t s_id = fc_be24toh(hdr->s_id); local
1908 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1927 uint32_t s_id = fc_be24toh(hdr->s_id); local
2021 uint32_t s_id = fc_be24toh(hdr->s_id); local
[all...]
H A Docs_domain.c1229 * @param s_id FC_ID of which to register this domain.
1235 __ocs_domain_attach_internal(ocs_domain_t *domain, uint32_t s_id) argument
1238 (void)ocs_sm_post_event(&domain->drvsm, OCS_EVT_DOMAIN_REQ_ATTACH, &s_id);
1248 * @param s_id FC_ID of which to register this domain.
1254 ocs_domain_attach(ocs_domain_t *domain, uint32_t s_id) argument
1256 __ocs_domain_attach_internal(domain, s_id);
H A Docs_els.h80 extern ocs_io_t *ocs_send_flogi_p2p_acc(ocs_io_t *io, uint32_t ox_id, uint32_t s_id, els_cb_t cb, void *cbarg);
H A Docs_els.c63 static ocs_io_t *ocs_bls_send_acc(ocs_io_t *io, uint32_t s_id, uint16_t ox_id, uint16_t rx_id);
1335 * exchange id \c ox_id. The \c s_id is used for the response frame source FC ID.
1339 * @param s_id Source FC ID to be used in the response frame.
1346 ocs_send_flogi_p2p_acc(ocs_io_t *io, uint32_t ox_id, uint32_t s_id, els_cb_t cb, void *cbarg) argument
1362 io->iparam.els_sid.s_id = s_id;
1401 io->iparam.els_sid.s_id = io->node->sport->fc_id;
1898 * @param s_id S_ID to use for the response. If UINT32_MAX, then use our SLI port
1907 ocs_bls_send_acc(ocs_io_t *io, uint32_t s_id, uint16_t ox_id, uint16_t rx_id) argument
1918 if (node->rnode.sport->fc_id == s_id) {
[all...]
H A Docs_fcp.h139 s_id:24; member in struct:fc_header_s
159 uint32_t s_id:24, member in struct:fc_header_le_s
H A Docs_hw.h478 uint32_t s_id; member in struct:ocs_hw_io_param_u::__anon14788
494 uint32_t s_id; member in struct:ocs_hw_io_param_u::__anon14791
1013 int32_t (*bounce)(void (*)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, uint32_t ox_id);
H A Docs_scsi.h279 uint32_t s_id, uint32_t d_id, uint32_t ox_id));
H A Docs_node.c2159 node_printf(node, "failure to allocate SCSI IO for ELS s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2160 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2234 node_printf(node, "SCSI IO allocation failed for ABTS received s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2235 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2309 node_printf(node, "GS IO failed for s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2310 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id),
H A Dsli4.c7670 * @param s_id Source ID to use in the response. If UINT32_MAX, use SLI Port's ID.
7676 uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode, uint32_t s_id)
7683 if (rnode->attached && (s_id != UINT32_MAX)) {
7715 if (UINT32_MAX != s_id) {
7716 bls->local_n_port_id = s_id & 0x00ffffff;
7763 * @param s_id S_ID used for special responses.
7770 uint16_t ox_id, ocs_remote_node_t *rnode, uint32_t flags, uint32_t s_id)
7815 if (UINT32_MAX != s_id) {
7817 els->s_id = s_id
7675 sli_xmit_bls_rsp64_wqe(sli4_t *sli4, void *buf, size_t size, sli_bls_payload_t *payload, uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode, uint32_t s_id) argument
7768 sli_xmit_els_rsp64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *rsp, uint32_t rsp_len, uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t ox_id, ocs_remote_node_t *rnode, uint32_t flags, uint32_t s_id) argument
[all...]
H A Docs_hw.c3917 rnode, local_flags, iparam->els_sid.s_id)) {
3978 rnode, iparam->bls_sid.s_id)) {
8809 uint32_t s_id = fc_be24toh(hdr->s_id); local
8813 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, io->axr_buf->cmd_seq, s_id, d_id, ox_id);
8823 uint32_t s_id = fc_be24toh(hdr->s_id); local
8827 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, &io->axr_buf->seq, s_id, d_id, ox_id);
H A Docs_scsi.c2963 ocs_scsi_register_bounce(ocs_t *ocs, void(*fctn)(void(*fctn)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, argument
H A Dsli4.h5042 uint32_t s_id:24, member in struct:sli4_generic_wqe_s::__anon14932::sli4_els_request64_wqe_s::__anon14934::__anon14935::__anon14936::sli4_fcp_treceive64_wqe_s::__anon14939::__anon14940::__anon14941::__anon14942::__anon14943::__anon14944::__anon14945::__anon14946::sli4_xmit_els_rsp64_wqe_s
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_fcoe_api.h74 struct fc_addr_nw s_id; member in struct:ecore_fcoe_conn
H A Dfcoe_common.h1002 struct fc_addr_nw s_id /* Source ID in NW order, received during FLOGI */; member in struct:fcoe_conn_offload_ramrod_data
/freebsd-12-stable/sys/dev/isp/
H A Disp_stds.h46 uint8_t s_id[3]; member in struct:__anon13382
H A Disp_library.c1956 ISP_IOZGET_8(isp, &src->s_id[0], dst->s_id[0]);
1957 ISP_IOZGET_8(isp, &src->s_id[1], dst->s_id[1]);
1958 ISP_IOZGET_8(isp, &src->s_id[2], dst->s_id[2]);
1979 ISP_IOZPUT_8(isp, src->s_id[0], &dst->s_id[0]);
1980 ISP_IOZPUT_8(isp, src->s_id[1], &dst->s_id[
2219 isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint64_t wwnn, uint16_t nphdl, uint32_t s_id, uint16_t prli_params) argument
2375 isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id) argument
[all...]
H A Disp_target.c439 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
440 cto->ct_iid_hi = aep->at_hdr.s_id[0];
687 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
H A Disp_freebsd.c905 isp_prt(isp, ISP_LOGALL, "Chan %d ATP [0x%x] origdlen %u bytes_xfrd %u lun %jx nphdl 0x%04x s_id 0x%06x d_id 0x%06x oxid 0x%04x state %s",
1784 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
2230 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dssl.h1124 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id)
1125 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
/freebsd-12-stable/sys/dev/bxe/
H A Decore_hsi.h8053 uint8_t s_id[3]; member in struct:fcoe_fc_hdr
8328 uint8_t s_id[3] /* Source ID, received during FLOGI */; member in struct:fcoe_kwqe_conn_offload3
8399 uint8_t s_id[3] /* Source ID, received during FLOGI */; member in struct:fcoe_kwqe_conn_enable_disable
9251 uint8_t s_id[3] /* Source ID, received during FLOGI */; member in struct:xstorm_fcoe_context_section
9253 uint8_t s_id[3] /* Source ID, received during FLOGI */;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c9479 u8 s_id, s_len; local
9481 s_id = *pos++;
9485 if (s_id == WLAN_EID_MEASURE_REPORT && s_len > 3) {
/freebsd-12-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3685 __be32 s_id; member in struct:fw_pofcoe_tcb_wr

Completed in 430 milliseconds