Searched refs:els_resp_payload (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 1223 els->els_resp_payload = (uint8_t *)kmem_zalloc(8, KM_SLEEP); in fct_send_accrjt() 1224 els->els_resp_payload[0] = accrjt; in fct_send_accrjt() 1226 els->els_resp_payload[5] = reason; in fct_send_accrjt() 1227 els->els_resp_payload[6] = expl; in fct_send_accrjt() 1452 p = els->els_resp_payload = (uint8_t *)kmem_zalloc( in fct_process_plogi() 1532 p = els->els_resp_payload; in fct_process_plogi() 1681 els->els_resp_payload = (uint8_t *)kmem_zalloc(20, KM_SLEEP); in fct_process_prli() 1682 bcopy(fct_prli_temp, els->els_resp_payload, 20); in fct_process_prli() 1683 els->els_resp_payload[0] = 2; in fct_process_prli() 1684 els->els_resp_payload[6] = 0x21; in fct_process_prli() [all …]
|
H A D | fct_impl.h | 379 (ICMD_TO_ELS(x_icmd)->els_resp_payload[0] == ELS_OP_ACC))
|
H A D | fct.c | 1076 kmem_free(els->els_resp_payload, in fct_free() 2346 els->els_resp_payload = (uint8_t *) in fct_create_solels() 2357 els->els_resp_payload = (uint8_t *)kmem_zalloc( in fct_create_solels() 2369 els->els_resp_payload = (uint8_t *)kmem_zalloc( in fct_create_solels() 2383 els->els_resp_payload = (uint8_t *) in fct_create_solels() 2464 els->els_resp_payload = (uint8_t *) in fct_create_solels() 2473 els->els_resp_payload = (uint8_t *) in fct_create_solels()
|
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.c | 692 bcopy(frm->frm_payload, els->els_resp_payload, actual_size); in fcoet_process_sol_els_rsp() 1135 if (els->els_resp_payload[0] == ELS_OP_ACC) { in fcoet_process_sol_flogi_rsp() 1165 if (els->els_resp_payload[8] & 0x10) { in fcoet_process_sol_flogi_rsp()
|
H A D | fcoet_fc.c | 435 els->els_resp_payload = (uint8_t *) in fcoet_send_sol_flogi() 842 bcopy(CMD2ELS(cmd)->els_resp_payload, frm->frm_payload, in fcoet_send_els_response()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fct.h | 122 uint8_t *els_resp_payload; member
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 3897 if (fct_els->els_resp_payload) { 3902 (uint8_t *)fct_els->els_resp_payload, 4172 bcopy((uint8_t *)fct_els->els_resp_payload, (uint8_t *)pkt->pkt_cmd,
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 3762 addr = els->els_resp_payload; in qlt_send_els_response() 4332 els->els_resp_payload, els->els_resp_size); in qlt_handle_sol_els_completion()
|