Searched refs:ub_frame (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_els.c | 1136 ubp->ub_frame.r_ctl = FC_ELS_REQ; in emlxs_handle_unsol_rscn() 1137 ubp->ub_frame.type = FC_TYPE_EXTENDED_LS; in emlxs_handle_unsol_rscn() 1138 ubp->ub_frame.s_id = LE_SWAP24_LO(iocb->un.elsreq.remoteID); in emlxs_handle_unsol_rscn() 1139 ubp->ub_frame.d_id = LE_SWAP24_LO(iocb->un.elsreq.myID); in emlxs_handle_unsol_rscn() 1140 ubp->ub_frame.ox_id = ub_priv->token; in emlxs_handle_unsol_rscn() 1141 ubp->ub_frame.rx_id = iocb->ULPCONTEXT; in emlxs_handle_unsol_rscn() 1285 ubp->ub_frame.r_ctl = FC_ELS_REQ; in emlxs_handle_unsol_flogi() 1286 ubp->ub_frame.type = FC_TYPE_EXTENDED_LS; in emlxs_handle_unsol_flogi() 1287 ubp->ub_frame.s_id = LE_SWAP24_LO(iocb->un.elsreq.remoteID); in emlxs_handle_unsol_flogi() 1288 ubp->ub_frame.d_id = LE_SWAP24_LO(iocb->un.elsreq.myID); in emlxs_handle_unsol_flogi() [all …]
|
H A D | emlxs_ip.c | 269 ubp->ub_frame.r_ctl = cmd->un.xrseq.w5.hcsw.Rctl; in emlxs_ip_handle_unsol_req() 270 ubp->ub_frame.type = cmd->un.xrseq.w5.hcsw.Type; in emlxs_ip_handle_unsol_req() 271 ubp->ub_frame.s_id = sid; in emlxs_ip_handle_unsol_req() 272 ubp->ub_frame.ox_id = ub_priv->token; in emlxs_ip_handle_unsol_req() 273 ubp->ub_frame.rx_id = cmd->ULPCONTEXT; in emlxs_ip_handle_unsol_req()
|
H A D | emlxs_clock.c | 1119 ubp->ub_frame.type, ubp->ub_frame.s_id, in emlxs_timer_check_ub() 1120 ubp->ub_frame.ox_id, ubp->ub_frame.rx_id); in emlxs_timer_check_ub()
|
H A D | emlxs_solaris.c | 3074 emlxs_abort_els_exchange(hba, port, ubp->ub_frame.rx_id); in emlxs_ub_els_reject() 3080 emlxs_abort_els_exchange(hba, port, ubp->ub_frame.rx_id); in emlxs_ub_els_reject() 3084 sid = LE_SWAP24_LO(ubp->ub_frame.s_id); in emlxs_ub_els_reject() 3099 pkt->pkt_cmd_fhdr.d_id = ubp->ub_frame.s_id; in emlxs_ub_els_reject() 3110 pkt->pkt_cmd_fhdr.rx_id = ubp->ub_frame.rx_id; in emlxs_ub_els_reject() 3201 if ((ubp->ub_frame.r_ctl == FC_ELS_REQ) && in emlxs_fca_ub_release() 12403 port->ulp_unsol_cb(port->ulp_handle, ubp, ubp->ub_frame.type); in emlxs_ulp_unsol_cb()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 10689 " ro=%x, buffer[0]:%x", buf->ub_frame.s_id, buf->ub_frame.d_id, in fp_unsol_cb() 10690 buf->ub_frame.type, buf->ub_frame.r_ctl, buf->ub_frame.f_ctl, in fp_unsol_cb() 10691 buf->ub_frame.seq_id, buf->ub_frame.df_ctl, buf->ub_frame.seq_cnt, in fp_unsol_cb() 10692 buf->ub_frame.ox_id, buf->ub_frame.rx_id, buf->ub_frame.ro, in fp_unsol_cb() 10716 "ro=%x", buf->ub_frame.s_id, buf->ub_frame.d_id, in fp_unsol_cb() 10717 buf->ub_frame.type, buf->ub_frame.seq_id, in fp_unsol_cb() 10718 buf->ub_frame.ox_id, buf->ub_frame.rx_id, buf->ub_frame.ro); in fp_unsol_cb() 10733 r_ctl = buf->ub_frame.r_ctl; in fp_unsol_cb() 10734 s_id = buf->ub_frame.s_id; in fp_unsol_cb() 10748 buf->ub_frame.s_id); in fp_unsol_cb() [all …]
|
H A D | fctl.c | 4919 switch ((buf->ub_frame.r_ctl) & R_CTL_ROUTING) { in fctl_ulp_unsol_cb()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 6342 d_id.b24 = ubp->ub_frame.s_id; in ql_busy_plogi() 8547 r_ctl = ubp->ub_frame.r_ctl; in ql_unsol_callback() 8618 ubp->ub_frame.s_id); in ql_unsol_callback() 8683 ubp->ub_frame.d_id = vha->d_id.b24; in ql_send_logo() 8684 ubp->ub_frame.r_ctl = R_CTL_ELS_REQ; in ql_send_logo() 8685 ubp->ub_frame.s_id = tq->d_id.b24; in ql_send_logo() 8686 ubp->ub_frame.rsvd = 0; in ql_send_logo() 8687 ubp->ub_frame.f_ctl = F_CTL_FIRST_SEQ | F_CTL_END_SEQ | in ql_send_logo() 8689 ubp->ub_frame.type = FC_TYPE_EXTENDED_LS; in ql_send_logo() 8690 ubp->ub_frame.seq_cnt = 0; in ql_send_logo() [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 280 fc_frame_hdr_t ub_frame; member
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_eth.c | 379 FCOEI_FRM2FHDR(frm, &ub->ub_frame); in fcoei_process_unsol_els_req()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 4232 r_ctl = buf->ub_frame.r_ctl; in fcp_els_callback() 5574 pkt->pkt_cmd_fhdr.d_id = buf->ub_frame.s_id; in fcp_unsol_resp_init() 5575 pkt->pkt_cmd_fhdr.s_id = buf->ub_frame.d_id; in fcp_unsol_resp_init() 5578 pkt->pkt_cmd_fhdr.seq_id = buf->ub_frame.seq_id; in fcp_unsol_resp_init() 5579 pkt->pkt_cmd_fhdr.df_ctl = buf->ub_frame.df_ctl; in fcp_unsol_resp_init() 5580 pkt->pkt_cmd_fhdr.seq_cnt = buf->ub_frame.seq_cnt; in fcp_unsol_resp_init() 5581 pkt->pkt_cmd_fhdr.ox_id = buf->ub_frame.ox_id; in fcp_unsol_resp_init() 5582 pkt->pkt_cmd_fhdr.rx_id = buf->ub_frame.rx_id; in fcp_unsol_resp_init() 5607 if ((ptgt = fcp_get_target_by_did(pptr, buf->ub_frame.s_id)) != in fcp_unsol_prli()
|
H A D | fcip.c | 2561 r_ctl = buf->ub_frame.r_ctl; in fcip_els_cb() 2919 if (buf->ub_frame.type != FC_TYPE_IS8802_SNAP) { in fcip_data_cb() 3142 map.map_did.port_id = buf->ub_frame.s_id; in fcip_cache_arp_broadcast() 3143 map.map_hard_addr.hard_addr = buf->ub_frame.s_id; in fcip_cache_arp_broadcast()
|