Searched refs:send_frame_capable (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.c910 uint32_t send_frame_capable; local
913 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable);
914 if ((rc == 0) && send_frame_capable) {
1011 uint32_t send_frame_capable; local
1014 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable);
1015 if ((rc == 0) && send_frame_capable) {
H A Docs_node.c2200 uint32_t send_frame_capable; local
2205 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable);
2206 if ((rc == 0) && send_frame_capable) {

Completed in 82 milliseconds