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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_domain.h84 extern void ocs_domain_attach(ocs_domain_t *domain, uint32_t s_id);
88 extern void __ocs_domain_attach_internal(ocs_domain_t *domain, uint32_t s_id);
H A Docs_unsol.c49 ocs_node_fcid_display(fc_be24toh((hdr)->s_id), s_id_text, sizeof(s_id_text)); \
577 uint32_t s_id; local
588 /* extract the s_id and d_id */
589 s_id = fc_be24toh(hdr->s_id);
614 /* Lookup the node given the remote s_id */
615 node = ocs_node_find(sport, s_id);
627 node = ocs_node_alloc(sport, s_id, FALSE, FALSE);
675 port_id = fc_be24toh(hdr->s_id);
1235 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);
1926 uint32_t s_id = fc_be24toh(hdr->s_id); local
2019 uint32_t s_id = fc_be24toh(hdr->s_id); local
[all...]
H A Docs_domain.c1219 * @param s_id FC_ID of which to register this domain.
1225 __ocs_domain_attach_internal(ocs_domain_t *domain, uint32_t s_id) argument
1228 (void)ocs_sm_post_event(&domain->drvsm, OCS_EVT_DOMAIN_REQ_ATTACH, &s_id);
1238 * @param s_id FC_ID of which to register this domain.
1244 ocs_domain_attach(ocs_domain_t *domain, uint32_t s_id) argument
1246 __ocs_domain_attach_internal(domain, s_id);
H A Docs_els.h78 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.c61 static ocs_io_t *ocs_bls_send_acc(ocs_io_t *io, uint32_t s_id, uint16_t ox_id, uint16_t rx_id);
1328 * exchange id \c ox_id. The \c s_id is used for the response frame source FC ID.
1332 * @param s_id Source FC ID to be used in the response frame.
1339 ocs_send_flogi_p2p_acc(ocs_io_t *io, uint32_t ox_id, uint32_t s_id, els_cb_t cb, void *cbarg) argument
1355 io->iparam.els_sid.s_id = s_id;
1394 io->iparam.els_sid.s_id = io->node->sport->fc_id;
1887 * @param s_id S_ID to use for the response. If UINT32_MAX, then use our SLI port
1896 ocs_bls_send_acc(ocs_io_t *io, uint32_t s_id, uint16_t ox_id, uint16_t rx_id) argument
1907 if (node->rnode.sport->fc_id == s_id) {
[all...]
H A Docs_fcp.h135 s_id:24; member in struct:fc_header_s
154 uint32_t s_id:24, member in struct:fc_header_le_s
H A Docs_hw.h473 uint32_t s_id; member in struct:ocs_hw_io_param_u::__anon30
489 uint32_t s_id; member in struct:ocs_hw_io_param_u::__anon33
1005 int32_t (*bounce)(void (*)(void *arg), void *arg, uint32_t s_id, uint32_t d_id, uint32_t ox_id);
H A Docs_scsi.h273 uint32_t s_id, uint32_t d_id, uint32_t ox_id));
H A Docs_node.c2143 node_printf(node, "failure to allocate SCSI IO for ELS s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2144 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2218 node_printf(node, "SCSI IO allocation failed for ABTS received s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2219 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id), ocs_be16toh(hdr->ox_id), ocs_be16toh(hdr->rx_id));
2293 node_printf(node, "GS IO failed for s_id %06x d_id %06x ox_id %04x rx_id %04x\n",
2294 fc_be24toh(hdr->s_id), fc_be24toh(hdr->d_id),
H A Dsli4.c7813 * @param s_id Source ID to use in the response. If UINT32_MAX, use SLI Port's ID.
7819 uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode, uint32_t s_id)
7826 if (rnode->attached && (s_id != UINT32_MAX)) {
7858 if (UINT32_MAX != s_id) {
7859 bls->local_n_port_id = s_id & 0x00ffffff;
7906 * @param s_id S_ID used for special responses.
7913 uint16_t ox_id, ocs_remote_node_t *rnode, uint32_t flags, uint32_t s_id)
7958 if (UINT32_MAX != s_id) {
7960 els->s_id = s_id
7818 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
7911 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.c3911 rnode, local_flags, iparam->els_sid.s_id)) {
3972 rnode, iparam->bls_sid.s_id)) {
8802 uint32_t s_id = fc_be24toh(hdr->s_id); local
8806 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, io->axr_buf->cmd_seq, s_id, d_id, ox_id);
8816 uint32_t s_id = fc_be24toh(hdr->s_id); local
8820 (*hw->callback.bounce)(ocs_hw_unsol_process_bounce, &io->axr_buf->seq, s_id, d_id, ox_id);
H A Docs_scsi.c2942 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.h5109 uint32_t s_id:24, member in struct:sli4_generic_wqe_s::__anon104::sli4_els_request64_wqe_s::__anon106::__anon107::__anon108::sli4_fcp_treceive64_wqe_s::__anon111::__anon112::__anon113::__anon114::__anon115::__anon116::__anon117::__anon118::sli4_xmit_els_rsp64_wqe_s
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_fcoe_api.h72 struct fc_addr_nw s_id; member in struct:ecore_fcoe_conn
H A Dfcoe_common.h989 struct fc_addr_nw s_id /* Source ID in NW order, received during FLOGI */; member in struct:fcoe_conn_offload_ramrod_data
/freebsd-current/sys/dev/isp/
H A Disp_library.c1213 ISP_IOZGET_8(isp, &src->s_id[0], dst->s_id[0]);
1214 ISP_IOZGET_8(isp, &src->s_id[1], dst->s_id[1]);
1215 ISP_IOZGET_8(isp, &src->s_id[2], dst->s_id[2]);
1236 ISP_IOZPUT_8(isp, src->s_id[0], &dst->s_id[0]);
1237 ISP_IOZPUT_8(isp, src->s_id[1], &dst->s_id[
1476 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
1632 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.h45 uint8_t s_id[3]; member in struct:__anon2788
H A Disp_target.c266 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
267 cto->ct_iid_hi = aep->at_hdr.s_id[0];
368 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.c767 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",
1295 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
1704 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
/freebsd-current/crypto/openssl/include/openssl/
H A Dssl.h1196 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id)
1197 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h8051 uint8_t s_id[3]; member in struct:fcoe_fc_hdr
8326 uint8_t s_id[3] /* Source ID, received during FLOGI */; member in struct:fcoe_kwqe_conn_offload3
8397 uint8_t s_id[3] /* Source ID, received during FLOGI */; member in struct:fcoe_kwqe_conn_enable_disable
9249 uint8_t s_id[3] /* Source ID, received during FLOGI */; member in struct:xstorm_fcoe_context_section
9251 uint8_t s_id[3] /* Source ID, received during FLOGI */;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c10261 u8 s_id, s_len; local
10263 s_id = *pos++;
10267 if (s_id == WLAN_EID_MEASURE_REPORT && s_len > 3) {
/freebsd-current/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3683 __be32 s_id; member in struct:fw_pofcoe_tcb_wr

Completed in 503 milliseconds