Searched refs:send_frame_capable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_unsol.c908 uint32_t send_frame_capable; local
911 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable);
912 if ((rc == 0) && send_frame_capable) {
1009 uint32_t send_frame_capable; local
1012 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable);
1013 if ((rc == 0) && send_frame_capable) {
H A Docs_node.c2186 uint32_t send_frame_capable; local
2191 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable);
2192 if ((rc == 0) && send_frame_capable) {

Completed in 103 milliseconds