Searched refs:is_read (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/x86/isa/ |
| H A D | atrtc.c | 289 atrtc_check_cmos_access(bool is_read, ACPI_PHYSICAL_ADDRESS addr, UINT32 len) in atrtc_check_cmos_access() argument 296 if (is_read) { in atrtc_check_cmos_access() 320 bool is_read = func == ACPI_READ; in atrtc_acpi_cmos_handler() local 336 if (!atrtc_check_cmos_access(is_read, addr, bytewidth)) { in atrtc_acpi_cmos_handler() 338 is_read ? "Read" : "Write", (uintmax_t)addr, bytewidth); in atrtc_acpi_cmos_handler() 356 is_read ? "read" : "write", (unsigned)addr, bytewidth, in atrtc_acpi_cmos_handler()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_cmd.c | 123 hns3_cmd_reuse_desc(struct hns3_cmd_desc *desc, bool is_read) in hns3_cmd_reuse_desc() argument 126 if (is_read) in hns3_cmd_reuse_desc() 134 enum hns3_opcode_type opcode, bool is_read) in hns3_cmd_setup_basic_desc() argument 140 if (is_read) in hns3_cmd_setup_basic_desc()
|
| H A D | hns3_cmd.h | 876 void hns3_cmd_reuse_desc(struct hns3_cmd_desc *desc, bool is_read); 878 enum hns3_opcode_type opcode, bool is_read);
|