Home
last modified time | relevance | path

Searched refs:els_pkt (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c9029 ELS_PKT *els_pkt; in emlxs_send_els() local
9039 els_pkt = (ELS_PKT *)pkt->pkt_cmd; in emlxs_send_els()
9168 els_pkt = (ELS_PKT *)pkt->pkt_resp; in emlxs_send_els()
9169 els_pkt->elsCode = 0x01; in emlxs_send_els()
9170 els_pkt->un.lsRjt.un.b.lsRjtRsvd0 = 0; in emlxs_send_els()
9171 els_pkt->un.lsRjt.un.b.lsRjtRsnCode = in emlxs_send_els()
9173 els_pkt->un.lsRjt.un.b.lsRjtRsnCodeExp = in emlxs_send_els()
9175 els_pkt->un.lsRjt.un.b.vendorUnique = 0x03; in emlxs_send_els()
9215 sp = (SERV_PARM *)&els_pkt->un.logi; in emlxs_send_els()
9227 els_pkt->un.prli.ConfmComplAllowed = 1; in emlxs_send_els()
[all …]
H A Demlxs_fct.c3223 ELS_PKT *els_pkt = (ELS_PKT *)bp; local
3230 bcopy((caddr_t)&els_pkt->un.logi.nodeName,
3232 bcopy((caddr_t)&els_pkt->un.logi.portName,
3236 fx.fx_fport = els_pkt->un.logi.cmn.fPort;