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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c362 ocs_list_init(&hw->cmd_head, ocs_command_ctx_t, link);
545 if (!ocs_list_empty(&hw->cmd_head)) {
563 * The cmd_head list should be OK since we free all entries in
1192 while (!ocs_list_empty(&hw->cmd_head) && iters) {
1198 if (ocs_list_empty(&hw->cmd_head)) {
1336 while (!ocs_list_empty(&hw->cmd_head) && iters) {
1342 if (ocs_list_empty(&hw->cmd_head)) {
2265 ocs_list_add_tail(&hw->cmd_head, ctx);
9071 if (NULL == (ctx = ocs_list_remove_head(&hw->cmd_head))) {
9717 while (!ocs_list_empty(&hw->cmd_head)) {
[all...]
H A Docs_hw.h982 ocs_list_t cmd_head; member in struct:ocs_hw_s

Completed in 96 milliseconds