Home
last modified time | relevance | path

Searched refs:FC_PRLI_TARGET_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_fcp.h394 #define FC_PRLI_TARGET_FUNCTION 0x0010 macro
H A Docs_els.c814 (node->sport->enable_tgt ? FC_PRLI_TARGET_FUNCTION : 0)); in ocs_send_prli()
1472 (node->sport->enable_tgt ? FC_PRLI_TARGET_FUNCTION : 0)); in ocs_send_prli_acc()
H A Docs_device.c497 node->targ = (ocs_be16toh(prli->service_params) & FC_PRLI_TARGET_FUNCTION) != 0; in ocs_process_prli_payload()