Home
last modified time | relevance | path

Searched refs:code (Results 2301 - 2325 of 2962) sorted by relevance

1...<<919293949596979899100>>...119

/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.h626 u8 code[6]; member
639 u8 code[6]; /* DWORD 2 */ member
/kernel/linux/linux-6.6/net/atm/
H A Dclip.c310 /* @@@ 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()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_log_syslog.c408 nf_log_buf_add(m, "TYPE=%u CODE=%u ", ich->type, ich->code); in dump_ipv4_packet()
450 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
H A Dnft_meta.c7 * Development of this code funded by Astaro AG (http://www.astaro.com/)
414 regs->verdict.code = NFT_BREAK; in nft_meta_get_eval()
884 regs->verdict.code = NFT_BREAK; in nft_meta_inner_eval()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dinst.h774 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int co : 1, __BITFIELD_FIELD(unsigned int code : 19, __BITFIELD_FIELD(unsigned int func : 6,;
790 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int code : 20, __BITFIELD_FIELD(unsigned int func : 6,;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dinst.h774 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int co : 1, __BITFIELD_FIELD(unsigned int code : 19, __BITFIELD_FIELD(unsigned int func : 6,;
790 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int code : 20, __BITFIELD_FIELD(unsigned int func : 6,;
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_sup.c716 le16_to_cpu(region->code), start, in qla2xxx_get_flt_info()
721 "Region %x is secure\n", region->code); in qla2xxx_get_flt_info()
723 switch (le16_to_cpu(region->code)) { in qla2xxx_get_flt_info()
2724 "Region %x is secure\n", region.code); in qla28xx_write_flash_data()
2726 switch (le16_to_cpu(region.code)) { in qla28xx_write_flash_data()
2778 region.code); in qla28xx_write_flash_data()
2843 * chip to execute ROM code in order to update region securely in qla28xx_write_flash_data()
2865 "Unable to reset to ROM code."); in qla28xx_write_flash_data()
2897 le16_to_cpu(region.code), in qla28xx_write_flash_data()
3241 "Unrecognized code typ in qla2x00_get_flash_version()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c519 /* Note the following code is not safe, but this is okay. */ in __ip_select_ident()
778 switch (icmp_hdr(skb)->code & 7) { in __ip_do_redirect()
973 int code; in ip_error() local
1006 code = ICMP_HOST_UNREACH; in ip_error()
1009 code = ICMP_NET_UNREACH; in ip_error()
1013 code = ICMP_PKT_FILTERED; in ip_error()
1034 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
2191 /* Following code try to avoid calling IN_DEV_NET_ROUTE_LOCALNET(), in ip_route_input_slow()
3126 icmph->code = 0; in inet_rtm_getroute_build_skb()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c716 le16_to_cpu(region->code), start, in qla2xxx_get_flt_info()
721 "Region %x is secure\n", region->code); in qla2xxx_get_flt_info()
723 switch (le16_to_cpu(region->code)) { in qla2xxx_get_flt_info()
2725 "Region %x is secure\n", le16_to_cpu(region.code)); in qla28xx_write_flash_data()
2727 switch (le16_to_cpu(region.code)) { in qla28xx_write_flash_data()
2779 le16_to_cpu(region.code)); in qla28xx_write_flash_data()
2844 * chip to execute ROM code in order to update region securely in qla28xx_write_flash_data()
2866 "Unable to reset to ROM code."); in qla28xx_write_flash_data()
2898 le16_to_cpu(region.code), in qla28xx_write_flash_data()
3241 "Unrecognized code typ in qla2x00_get_flash_version()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c464 static int intel_pt_ext_err(int code) in intel_pt_ext_err() argument
466 switch (code) { in intel_pt_ext_err()
506 int intel_pt__strerror(int code, char *buf, size_t buflen) in intel_pt__strerror() argument
508 if (code < 1 || code >= INTEL_PT_ERR_MAX) in intel_pt__strerror()
509 code = INTEL_PT_ERR_UNK; in intel_pt__strerror()
510 strlcpy(buf, intel_pt_err_msgs[code], buflen); in intel_pt__strerror()
2934 /* Hop mode: Ignore TNT, do not walk code, but get ip from FUPs and TIPs */
4447 * Return: 0 on success or negative error code on failure.
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c487 /* Note the following code is not safe, but this is okay. */ in __ip_select_ident()
749 switch (icmp_hdr(skb)->code & 7) { in __ip_do_redirect()
951 int code; in ip_error() local
986 code = ICMP_HOST_UNREACH; in ip_error()
989 code = ICMP_NET_UNREACH; in ip_error()
994 code = ICMP_PKT_FILTERED; in ip_error()
1015 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
2271 /* Following code try to avoid calling IN_DEV_NET_ROUTE_LOCALNET(), in ip_route_input_slow()
3203 icmph->code = 0; in inet_rtm_getroute_build_skb()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dhyperv.c1755 uint16_t code, rep_idx, rep_cnt; in kvm_hv_hypercall() local
1783 code = param & 0xffff; in kvm_hv_hypercall()
1789 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall()
1791 switch (code) { in kvm_hv_hypercall()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsmt.c851 /* int reason; reason code */ in smt_send_rdf()
1912 int smt_action(struct s_smc *smc, int class, int code, int index) in smt_action() argument
1916 DB_SMT("SMT: action %d code %d", class, code); in smt_action()
1919 switch(code) { in smt_action()
1967 switch(code) { in smt_action()
/kernel/linux/linux-5.10/drivers/net/hippi/
H A Drrunner.c10 * for sorting out the legal issues, with the NDA, allowing the code to
14 * stupid bugs in my code.
19 * PCI DMA mapping code partly based on work by Francois Romieu.
82 * chunks of memory is not feasible and the skb handling code and the
262 printk("issuing command for halted NIC, code 0x%x, " in rr_issue_cmd()
263 "HostCtrl %08x\n", cmd->code, readl(&regs->HostCtrl)); in rr_issue_cmd()
279 printk("error code %02x\n", readl(&regs->Fail1)); in rr_issue_cmd()
679 cmd.code = C_START_FW; in rr_init1()
734 switch (rrpriv->evt_ring[eidx].code){ in rr_handle_event()
916 dev->name, rrpriv->evt_ring[eidx].code); in rr_handle_event()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c87 static void fc_fcp_recovery(struct fc_fcp_pkt *, u8 code);
297 * @status_code: The FCP status code to set
299 * Sets the status code to be FC_ERROR and then calls
896 /* Abuse cdb_status for rsp code */ in fc_fcp_resp()
1098 * schedule. May be schedule and related code should be in fc_fcp_cleanup_each_cmd()
1357 /* cdb_status holds the tmf's rsp code */ in fc_lun_reset()
1700 * @code: The FCP status code to set
1702 static void fc_fcp_recovery(struct fc_fcp_pkt *fsp, u8 code) in fc_fcp_recovery() argument
1704 FC_FCP_DBG(fsp, "start recovery code in fc_fcp_recovery()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Dinode.c397 static long ep_ioctl(struct file *fd, unsigned code, unsigned long value) in ep_ioctl() argument
407 switch (code) { in ep_ioctl()
1249 static long dev_ioctl (struct file *fd, unsigned code, unsigned long value) in dev_ioctl() argument
1263 ret = gadget->ops->ioctl (gadget, code, value); in dev_ioctl()
2049 * user mode code can use it for sanity checks, like we do. in gadgetfs_fill_super()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dti_usb_3410_5052.c1101 static int ti_get_port_from_code(unsigned char code) in ti_get_port_from_code() argument
1103 return (code >> 6) & 0x01; in ti_get_port_from_code()
1106 static int ti_get_func_from_code(unsigned char code) in ti_get_func_from_code() argument
1108 return code & 0x0f; in ti_get_func_from_code()
1180 dev_err(dev, "%s - unknown interrupt code, 0x%02X\n", in ti_interrupt_callback()
/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c809 here interface closely with the transmit and receive interrupt code.
1846 int code = D_INTR_GETCODE(x); in dbri_process_one_interrupt() local
1856 channel, code, rval); in dbri_process_one_interrupt()
1859 switch (code) { in dbri_process_one_interrupt()
1904 "DBRI: Ignored Interrupt: %d (0x%x)\n", code, x); in dbri_process_one_interrupt()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dinode.c397 static long ep_ioctl(struct file *fd, unsigned code, unsigned long value) in ep_ioctl() argument
407 switch (code) { in ep_ioctl()
1247 static long gadget_dev_ioctl (struct file *fd, unsigned code, unsigned long value) in gadget_dev_ioctl() argument
1261 ret = gadget->ops->ioctl (gadget, code, value); in gadget_dev_ioctl()
2046 * user mode code can use it for sanity checks, like we do. in gadgetfs_fill_super()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c1094 static int ti_get_port_from_code(unsigned char code) in ti_get_port_from_code() argument
1096 return (code >> 6) & 0x01; in ti_get_port_from_code()
1099 static int ti_get_func_from_code(unsigned char code) in ti_get_func_from_code() argument
1101 return code & 0x0f; in ti_get_func_from_code()
1173 dev_err(dev, "%s - unknown interrupt code, 0x%02X\n", in ti_interrupt_callback()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsmt.c851 /* int reason; reason code */ in smt_send_rdf()
1906 int smt_action(struct s_smc *smc, int class, int code, int index) in smt_action() argument
1910 DB_SMT("SMT: action %d code %d", class, code); in smt_action()
1913 switch(code) { in smt_action()
1961 switch(code) { in smt_action()
/kernel/linux/linux-6.6/drivers/net/hippi/
H A Drrunner.c10 * for sorting out the legal issues, with the NDA, allowing the code to
14 * stupid bugs in my code.
19 * PCI DMA mapping code partly based on work by Francois Romieu.
82 * chunks of memory is not feasible and the skb handling code and the
263 printk("issuing command for halted NIC, code 0x%x, " in rr_issue_cmd()
264 "HostCtrl %08x\n", cmd->code, readl(&regs->HostCtrl)); in rr_issue_cmd()
280 printk("error code %02x\n", readl(&regs->Fail1)); in rr_issue_cmd()
682 cmd.code = C_START_FW; in rr_init1()
737 switch (rrpriv->evt_ring[eidx].code){ in rr_handle_event()
919 dev->name, rrpriv->evt_ring[eidx].code); in rr_handle_event()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c83 static void fc_fcp_recovery(struct fc_fcp_pkt *, u8 code);
291 * @status_code: The FCP status code to set
293 * Sets the status code to be FC_ERROR and then calls
886 /* Abuse cdb_status for rsp code */ in fc_fcp_resp()
1088 * schedule. May be schedule and related code should be in fc_fcp_cleanup_each_cmd()
1347 /* cdb_status holds the tmf's rsp code */ in fc_lun_reset()
1690 * @code: The FCP status code to set
1692 static void fc_fcp_recovery(struct fc_fcp_pkt *fsp, u8 code) in fc_fcp_recovery() argument
1694 FC_FCP_DBG(fsp, "start recovery code in fc_fcp_recovery()
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H A Ddbri.c808 here interface closely with the transmit and receive interrupt code.
1845 int code = D_INTR_GETCODE(x); in dbri_process_one_interrupt() local
1855 channel, code, rval); in dbri_process_one_interrupt()
1858 switch (code) { in dbri_process_one_interrupt()
1903 "DBRI: Ignored Interrupt: %d (0x%x)\n", code, x); in dbri_process_one_interrupt()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c56 u8 code, u8 ident, u16 dlen, void *data);
57 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len,
960 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, in l2cap_send_cmd() argument
963 struct sk_buff *skb = l2cap_build_cmd(conn, code, ident, len, data); in l2cap_send_cmd()
966 BT_DBG("code 0x%2.2x", code); in l2cap_send_cmd()
3089 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn, u8 code, in l2cap_build_cmd() argument
3097 BT_DBG("conn %p, code 0x%2.2x, ident 0x%2.2x, len %u", in l2cap_build_cmd()
3098 conn, code, ident, dlen); in l2cap_build_cmd()
3119 cmd->code in l2cap_build_cmd()
[all...]

Completed in 69 milliseconds

1...<<919293949596979899100>>...119