Lines Matching refs:cmd_base
102 struct its_cmd_block *cmd_base; member
667 return (ptr - its->cmd_base) * sizeof(*ptr); in its_cmd_ptr_to_offset()
675 widx = its->cmd_write - its->cmd_base; in its_queue_full()
703 if (its->cmd_write == (its->cmd_base + ITS_CMD_QUEUE_NR_ENTRIES)) in its_allocate_entry()
704 its->cmd_write = its->cmd_base; in its_allocate_entry()
3215 its->cmd_write = its->cmd_base; in its_restore_enable()
3412 its->cmd_base = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in its_probe_one()
3414 if (!its->cmd_base) { in its_probe_one()
3418 its->cmd_write = its->cmd_base; in its_probe_one()
3433 baser = (virt_to_phys(its->cmd_base) | in its_probe_one()
3481 free_pages((unsigned long)its->cmd_base, get_order(ITS_CMD_QUEUE_SZ)); in its_probe_one()