/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.h | 339 uint32_t nlp_auth_tranid_ini; /* tran_id when this */ 341 uint32_t nlp_auth_tranid_rsp; /* tran_id when this */ 526 uint32_t tran_id; member in struct:_AUTH_MSG_HDR 560 uint32_t tran_id; /* transaction id */ member in struct:_DHCHAP_REPLY_HDR 618 uint32_t tran_id; /* transaction identifier */ member in struct:_AUTH_MSG_NEGOT_1 633 uint32_t tran_id; /* transaction identifier */ member in struct:_AUTH_MSG_NEGOT_2 650 uint32_t tran_id; /* transaction identifier */ member in struct:_AUTH_MSG_NEGOT 666 uint32_t tran_id; member in struct:_AUTH_MSG_NEGOT_NULL 676 uint32_t tran_id; member in struct:_AUTH_MSG_NEGOT_NULL_1 689 uint32_t tran_id; member in struct:_AUTH_MSG_NEGOT_NULL_2 707 uint32_t tran_id; /* transaction identifier */ member in struct:_AUTH_RJT 721 uint32_t tran_id; /* transaction identifier */ member in struct:_DHCHAP_SUCCESS_HDR [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 101 emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, 108 emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, 114 NODELIST *ndlp, void *hash_val, uint32_t tran_id, 127 NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval, 132 NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval, 1246 ap->tran_id = LE_SWAP32(node_dhc->nlp_auth_tranid_rsp); 1249 ap->tran_id = 1252 ap->tran_id = 1378 ap->tran_id = LE_SWAP32(node_dhc->nlp_auth_tranid_rsp); 1380 ap->tran_id 2119 uint32_t tran_id; local 2754 uint32_t tran_id; /* Transaction Identifier */ local 3214 uint32_t tran_id; local 3706 uint32_t tran_id; local 5016 emlxs_hash_vrf( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, union challenge_val un_cval) argument 5226 emlxs_hash_rsp( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, union challenge_val un_cval, uint8_t *dhval, uint32_t dhvallen) argument 5428 emlxs_interm_hash( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, void *hash_val, uint32_t tran_id, union challenge_val un_cval, uint8_t *dhval, uint32_t *dhvallen) argument 6051 emlxs_hash_Cai( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, void *Cai, uint32_t hash_id, uint32_t dhgp_id, uint32_t tran_id, uint8_t *cval, uint32_t cval_len, uint8_t *key, uint8_t *dhval, uint32_t dhvallen) argument 6194 emlxs_hash_verification( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval, uint32_t dhval_len, uint32_t flag, uint8_t *bi_cval) argument 6488 emlxs_hash_get_R2( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval, uint32_t dhval_len, uint32_t flag, uint8_t *bi_cval) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_utils.c | 1158 * tran_id Transaction id to be decoded 1164 ibcm_decode_tranid(uint64_t tran_id, uint32_t *cm_tran_priv) argument 1169 id = tran_id & 0xFFFFFFFF; 1170 event = (tran_id >> 32) & 0xF; 1176 *cm_tran_priv = tran_id >> 36;
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 1893 void ibcm_decode_tranid(uint64_t tran_id, uint32_t *cm_tran_priv);
|