Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ocs_fc/
HDocs_fcp.h394 #define FC_PRLI_TARGET_FUNCTION 0x0010 macro
HDocs_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()
HDocs_device.c497 node->targ = (ocs_be16toh(prli->service_params) & FC_PRLI_TARGET_FUNCTION) != 0; in ocs_process_prli_payload()