/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 2572 u8 code = cqe[SLI4_CQE_CODE_OFFSET]; in sli_fc_cqe_parse() local 2575 switch (code) { in sli_fc_cqe_parse() 2675 efc_log_info(sli4, "CQE completion code %d not handled\n", in sli_fc_cqe_parse() 2676 code); in sli_fc_cqe_parse() 2749 u8 code = 0; in sli_fc_rqe_rqid_and_index() local 2755 code = cqe[SLI4_CQE_CODE_OFFSET]; in sli_fc_rqe_rqid_and_index() 2758 if (code == SLI4_CQE_CODE_RQ_ASYNC) { in sli_fc_rqe_rqid_and_index() 2780 } else if (code == SLI4_CQE_CODE_RQ_ASYNC_V1) { in sli_fc_rqe_rqid_and_index() 2802 } else if (code == SLI4_CQE_CODE_OPTIMIZED_WRITE_CMD) { in sli_fc_rqe_rqid_and_index() 2823 } else if (code in sli_fc_rqe_rqid_and_index() 5120 u32 code; sli_fc_get_status_string() member [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | wavpackenc.c | 2115 uint32_t maxcode = high - low, code = sample - low; in wavpack_encode_sample() local 2119 if (code < extras) { in wavpack_encode_sample() 2120 w->pend_data |= code << w->pend_count; in wavpack_encode_sample() 2123 w->pend_data |= ((code + extras) >> 1) << w->pend_count; in wavpack_encode_sample() 2125 w->pend_data |= ((code + extras) & 1) << w->pend_count++; in wavpack_encode_sample() 2715 int32_t code = samples_l[i]; in wavpack_encode_block() local 2727 dpp->samplesA[0] = code; in wavpack_encode_block() 2730 dpp->samplesA[(m + dpp->value) & (MAX_TERM - 1)] = code; in wavpack_encode_block() 2733 code -= APPLY_WEIGHT(dpp->weightA, sam); in wavpack_encode_block() 2734 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam, code); in wavpack_encode_block() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 2722 * Initialize the init_done completion and return code values. We 5201 if (crq->get_vpd_size_rsp.rc.code) { in handle_vpd_size_rsp() 5203 crq->get_vpd_size_rsp.rc.code); in handle_vpd_size_rsp() 5224 if (crq->get_vpd_rsp.rc.code) { in handle_vpd_rsp() 5226 crq->get_vpd_rsp.rc.code); in handle_vpd_rsp() 5366 rc = crq->change_mac_addr_rsp.rc.code; in handle_change_mac_rsp() 5427 switch (crq->request_capability_rsp.rc.code) { in handle_request_cap_rsp() 5450 crq->request_capability_rsp.rc.code); in handle_request_cap_rsp() 5484 * server, the login response will return with code 1. We will need in handle_login_rsp() 5487 if (login_rsp_crq->generic.rc.code) { in handle_login_rsp() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 101 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk); 102 static int source_output_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk); 199 static int record_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in record_stream_process_msg() argument 206 switch (code) { in record_stream_process_msg() 503 static int playback_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in playback_stream_process_msg() argument 510 switch (code) { in playback_stream_process_msg() 982 static int native_connection_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in native_connection_process_msg() argument 989 switch (code) { in native_connection_process_msg() 1146 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument 1154 switch (code) { in sink_input_process_msg() 1549 source_output_process_msg(pa_msgobject *_o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) source_output_process_msg() argument [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 1666 * Creates a Set with custom equality and hash code functionality. This is useful when you 1883 // |-#--|-Unicode--|-Char code-|-Desc-------------------------------------------------------------------| 1987 * Case-sensitive comparisons compare both strings one code-point at a time using the integer 1988 * value of each code-point after applying `toUpperCase` to each string. We always map both 2002 * Case-sensitive comparisons compare both strings one code-point at a time using the 2003 * integer value of each code-point. 2038 * Ordinal comparisons are based on the difference between the unicode code points of both 2042 * Case-insensitive comparisons compare both strings one code-point at a time using the integer 2043 * value of each code-point after applying `toUpperCase` to each string. We always map both 2062 * Ordinal comparisons are based on the difference between the unicode code point [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btintel.c | 177 void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() argument 182 bt_dev_err(hdev, "Hardware error 0x%2.2x", code); in btintel_hw_error()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | traps.c | 283 * called from sigreturn(), must ensure userspace code didn't 1151 * user-space from the fpsp040 code. 1159 asmlinkage void fpemu_signal(int signal, int code, void *addr) in fpemu_signal() argument 1161 force_sig_fault(signal, code, addr); in fpemu_signal()
|
H A D | signal.c | 220 * Keep the return code on the stack quadword aligned! 228 int code; member 920 err |= __put_user(tregs->vector, &frame->code); in setup_frame()
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | inst.h | 692 __BITFIELD_FIELD(unsigned int code : 19, 731 __BITFIELD_FIELD(unsigned int code : 20,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | syscall.S | 4 * System call entry code / Linux gateway page 26 flip address spaces. The basic upshot of this is that these code snippets are 55 .import syscall_exit,code 56 .import syscall_exit_rfi,code 236 * trampoline code in signal.c). 262 /* Warning! This trace code is a virtual duplicate of the code above so be 372 * trampoline code in signal.c). 525 %r21 - Kernel error code 686 %r21 - Kernel error code [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 22 # - Redistributions of source code must retain the above 42 # This code is described in an Intel White-Paper:
|
H A D | sha512-ssse3-asm.S | 22 # - Redistributions of source code must retain the above 42 # This code is described in an Intel White-Paper:
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | inst.h | 713 __BITFIELD_FIELD(unsigned int code : 19, 752 __BITFIELD_FIELD(unsigned int code : 20,
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | signal.c | 220 * Keep the return code on the stack quadword aligned! 228 int code; member 896 err |= __put_user(tregs->vector, &frame->code); in setup_frame()
|
H A D | traps.c | 279 * called from sigreturn(), must ensure userspace code didn't 1147 * user-space from the fpsp040 code. 1155 asmlinkage void fpemu_signal(int signal, int code, void *addr) in fpemu_signal() argument 1157 force_sig_fault(signal, code, addr); in fpemu_signal()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 508 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() argument 512 input_set_abs_params(input, code, p->min, p->max, fuzz, 0); in set_abs() 821 * The code below implements open/close and manual suspend/resume.
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-xiic.c | 7 * This code was implemented by Mocean Laboratories AB when porting linux 11 * separate company called Pelagicore AB, which committed the code to the 364 static void xiic_wakeup(struct xiic_i2c *i2c, int code) in xiic_wakeup() argument 369 i2c->state = code; in xiic_wakeup()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | eeprom.c | 3 * EEPROM parser code for mac80211 Prism54 drivers 744 /* verify that at least the entry length/code fits */ in p54_parse_eeprom() 753 switch (le16_to_cpu(entry->code)) { in p54_parse_eeprom() 824 le16_to_cpu(entry->code)); in p54_parse_eeprom()
|
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | control.c | 12 * * Redistributions of source code must retain the above copyright 271 * i2400m_msg_check_status - translate a message's status code 279 * Returns: errno code corresponding to the status code in @l3l4_hdr 292 str = "unknown status code"; in i2400m_msg_check_status() 616 dev_err(dev, "bad size for message code 0x%04x (expected %zu, " in i2400m_msg_size_check() 635 * @code: [negative] errno code to cancel with (don't use 640 void i2400m_msg_to_dev_cancel_wait(struct i2400m *i2400m, int code) in i2400m_msg_to_dev_cancel_wait() argument 649 i2400m->ack_skb = ERR_PTR(code); in i2400m_msg_to_dev_cancel_wait() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 627 u8 code[6]; member 640 u8 code[6]; /* DWORD 2 */ member
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.h | 653 #define QLA82XX_FWERROR_CODE(code) ((code >> 8) & 0x1fffff)
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_mp.c | 266 u16 code = GEN_CMD_CODE(_SetChannel); in r8712_SetChannel() local 277 init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code); in r8712_SetChannel()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_payload.c | 6 * Development of this code funded by Astaro AG (http://www.astaro.com/) 124 regs->verdict.code = NFT_BREAK; in nft_payload_eval() 655 regs->verdict.code = NFT_BREAK; in nft_payload_set_eval()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-cpumsf.c | 885 static int s390_cpumsf_synth_error(struct s390_cpumsf *sf, int code, int cpu, in s390_cpumsf_synth_error() argument 894 code, cpu, pid, tid, ip, msg, timestamp); in s390_cpumsf_synth_error()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 310 /* @@@ copy bh locking from arp.c -- need to bh-enable atm code before */ 707 static int code[] = { 1, 2, 10, 6, 1, 0 }; in svc_addr() local 723 fields = *prv == ATM_AFI_E164 ? e164 : code; in svc_addr()
|