Searched refs:IPA_CMD_NONE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | gsi_trans.c | 485 return opcode == IPA_CMD_NONE ? cpu_to_le16((u16)len) in gsi_tre_len_opcode() 495 tre_type = opcode == IPA_CMD_NONE ? GSI_RE_XFER : GSI_RE_IMMD_CMD; in gsi_tre_flags() 544 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in __gsi_trans_commit() 558 * transfer request, whose opcode is IPA_CMD_NONE. in __gsi_trans_commit() 704 gsi_trans_tre_fill(dest_tre, addr, 1, true, false, IPA_CMD_NONE); in gsi_trans_read_byte()
|
H A D | ipa_cmd.h | 26 * IPA_CMD_NONE is a special (invalid) value that's used to indicate 30 IPA_CMD_NONE = 0, enumerator
|
H A D | ipa_cmd.c | 589 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in ipa_cmd_transfer_add()
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | gsi_trans.c | 490 return opcode == IPA_CMD_NONE ? cpu_to_le16((u16)len) in gsi_tre_len_opcode() 500 tre_type = opcode == IPA_CMD_NONE ? GSI_RE_XFER : GSI_RE_IMMD_CMD; in gsi_tre_flags() 549 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in __gsi_trans_commit() 563 * transfer request, whose opcode is IPA_CMD_NONE. in __gsi_trans_commit() 687 gsi_trans_tre_fill(dest_tre, addr, 1, true, false, IPA_CMD_NONE); in gsi_trans_read_byte()
|
H A D | ipa_cmd.h | 32 * @IPA_CMD_NONE: Special (invalid) "not a command" value 37 IPA_CMD_NONE = 0x0, enumerator
|
H A D | ipa_cmd.c | 573 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in ipa_cmd_transfer_add()
|
Completed in 6 milliseconds