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

/freebsd-13-stable/contrib/ipfilter/
H A Dsnoop.h17 char s_id[8]; member in struct:snoophdr
/freebsd-13-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.c51 ocs_node_fcid_display(fc_be24toh((hdr)->s_id), s_id_text, sizeof(s_id_text)); \
579 uint32_t s_id; local
590 /* extract the s_id and d_id */
591 s_id = fc_be24toh(hdr->s_id);
616 /* Lookup the node given the remote s_id */
617 node = ocs_node_find(sport, s_id);
629 node = ocs_node_alloc(sport, s_id, FALSE, FALSE);
677 port_id = fc_be24toh(hdr->s_id);
1237 uint32_t s_id local
[all...]
H A Docs_hw_queues.c1770 uint32_t s_id = fc_be24toh(hdr->s_id); local
1774 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1884 seq->hio->axr_buf->hdr.s_id = fc_hdr->s_id;
1906 uint32_t s_id = fc_be24toh(hdr->s_id); local
1910 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, seq, s_id, d_id, ox_id);
1928 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.c1221 * @param s_id FC_ID of which to register this domain.
1227 __ocs_domain_attach_internal(ocs_domain_t *domain, uint32_t s_id) argument
1230 (void)ocs_sm_post_event(&domain->drvsm, OCS_EVT_DOMAIN_REQ_ATTACH, &s_id);
1240 * @param s_id FC_ID of which to register this domain.
1246 ocs_domain_attach(ocs_domain_t *domain, uint32_t s_id) argument
1248 __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);
1330 * exchange id \c ox_id. The \c s_id is used for the response frame source FC ID.
1334 * @param s_id Source FC ID to be used in the response frame.
1341 ocs_send_flogi_p2p_acc(ocs_io_t *io, uint32_t ox_id, uint32_t s_id, els_cb_t cb, void *cbarg) argument
1357 io->iparam.els_sid.s_id = s_id;
1396 io->iparam.els_sid.s_id = io->node->sport->fc_id;
1889 * @param s_id S_ID to use for the response. If UINT32_MAX, then use our SLI port
1898 ocs_bls_send_acc(ocs_io_t *io, uint32_t s_id, uint16_t ox_id, uint16_t rx_id) argument
1909 if (node->rnode.sport->fc_id == s_id) {
[all...]
H A Docs_fcp.h137 s_id:24; member in struct:fc_header_s
156 uint32_t s_id:24, member in struct:fc_header_le_s
H A Docs_hw.h475 uint32_t s_id; member in struct:ocs_hw_io_param_u::__anon13784
491 uint32_t s_id; member in struct:ocs_hw_io_param_u::__anon13787
1007 int32_t (*bounce)(void (*)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, uint32_t ox_id);
H A Docs_scsi.h275 uint32_t s_id, uint32_t d_id, uint32_t ox_id));
H A Docs_node.c2145 node_printf(node, "failure to allocate SCSI IO for ELS s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2146 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2220 node_printf(node, "SCSI IO allocation failed for ABTS received s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2221 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2295 node_printf(node, "GS IO failed for s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2296 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id),
H A Dsli4.c7647 * @param s_id Source ID to use in the response. If UINT32_MAX, use SLI Port's ID.
7653 uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode, uint32_t s_id)
7660 if (rnode->attached && (s_id != UINT32_MAX)) {
7692 if (UINT32_MAX != s_id) {
7693 bls->local_n_port_id = s_id & 0x00ffffff;
7740 * @param s_id S_ID used for special responses.
7747 uint16_t ox_id, ocs_remote_node_t *rnode, uint32_t flags, uint32_t s_id)
7792 if (UINT32_MAX != s_id) {
7794 els->s_id = s_id
7652 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
7745 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.c3898 rnode, local_flags, iparam->els_sid.s_id)) {
3959 rnode, iparam->bls_sid.s_id)) {
8776 uint32_t s_id = fc_be24toh(hdr->s_id); local
8780 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, io->axr_buf->cmd_seq, s_id, d_id, ox_id);
8790 uint32_t s_id = fc_be24toh(hdr->s_id); local
8794 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, &io->axr_buf->seq, s_id, d_id, ox_id);
H A Docs_scsi.c2943 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.h5015 uint32_t s_id:24, member in struct:sli4_generic_wqe_s::__anon13928::sli4_els_request64_wqe_s::__anon13930::__anon13931::__anon13932::sli4_fcp_treceive64_wqe_s::__anon13935::__anon13936::__anon13937::__anon13938::__anon13939::__anon13940::__anon13941::__anon13942::sli4_xmit_els_rsp64_wqe_s
/freebsd-13-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.h991 struct fc_addr_nw s_id /* Source ID in NW order, received during FLOGI */; member in struct:fcoe_conn_offload_ramrod_data
/freebsd-13-stable/sys/dev/isp/
H A Disp_library.c1214 ISP_IOZGET_8(isp, &src->s_id[0], dst->s_id[0]);
1215 ISP_IOZGET_8(isp, &src->s_id[1], dst->s_id[1]);
1216 ISP_IOZGET_8(isp, &src->s_id[2], dst->s_id[2]);
1237 ISP_IOZPUT_8(isp, src->s_id[0], &dst->s_id[0]);
1238 ISP_IOZPUT_8(isp, src->s_id[1], &dst->s_id[
1477 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
1633 isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id) argument
[all...]
H A Disp_stds.h46 uint8_t s_id[3]; member in struct:__anon12422
H A Disp_target.c267 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
268 cto->ct_iid_hi = aep->at_hdr.s_id[0];
369 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.c760 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",
1288 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
1697 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1132 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id)
1133 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
/freebsd-13-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-13-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-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3685 __be32 s_id; member in struct:fw_pofcoe_tcb_wr

Completed in 622 milliseconds