Searched refs:fct_send_accrjt (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 52 fct_status_t fct_send_accrjt(fct_cmd_t *cmd, uint8_t accrjt, 1217 fct_send_accrjt(fct_cmd_t *cmd, uint8_t accrjt, uint8_t reason, uint8_t expl) in fct_send_accrjt() function 1602 ret = fct_send_accrjt(cmd, ELS_OP_LSRJT, 3, 0x2c); in fct_process_prli() 1678 ret = fct_send_accrjt(cmd, ELS_OP_LSRJT, 3, 0); in fct_process_prli() 1784 ret = fct_send_accrjt(cmd, ELS_OP_ACC, 0, 0); in fct_process_logo() 1891 ret = fct_send_accrjt(cmd, ELS_OP_ACC, 0, 0); in fct_process_prlo() 1922 ret = fct_send_accrjt(cmd, ELS_OP_LSRJT, 3, 0); in fct_process_rcvd_adisc() 1957 ret = fct_send_accrjt(icmd->icmd_cmd, ELS_OP_LSRJT, 1, 0); in fct_process_unknown_els() 1984 ret = fct_send_accrjt(icmd->icmd_cmd, ELS_OP_ACC, 1, 0); in fct_process_rscn()
|