/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | core.c | 304 static acpi_status ssam_serdev_setup_via_acpi_crs(struct acpi_resource *rsc, in ssam_serdev_setup_via_acpi_crs() argument 312 if (!serdev_acpi_get_uart_resource(rsc, &uart)) in ssam_serdev_setup_via_acpi_crs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | d3.h | 556 struct iwl_wowlan_rsc_tsc_params_cmd_ver_2 rsc; member 569 * @rsc: TSC RSC counters 577 struct iwl_wowlan_rsc_tsc_params_cmd_ver_2 rsc; member
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | hil_kbd.c | 79 char rsc[HIL_PACKET_MAX_LENGTH]; /* RSC record */ member 117 buf = dev->rsc; in hil_dev_handle_command_response() 535 input_dev->id.product = 0x0001; /* TODO: get from kbd->rsc */ in hil_dev_connect() 536 input_dev->id.version = 0x0100; /* TODO: get from kbd->rsc */ in hil_dev_connect()
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-rbs-asm.S | 113 mov ar.rsc = r2;; \ 177 mov ar.rsc = 0 // put RSE into enforced lazy mode
|
H A D | ia64-test-stack-asm.S | 136 mov ar.rsc = 0 // put RSE into enforced lazy mode
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 818 const struct ndis_pkt_8021q_info *vlan = nvchan->rsc.vlan; in netvsc_alloc_recv_skb() 820 nvchan->rsc.csum_info; in netvsc_alloc_recv_skb() 821 const u32 *hash_info = nvchan->rsc.hash_info; in netvsc_alloc_recv_skb() 842 skb = napi_alloc_skb(napi, nvchan->rsc.pktlen); in netvsc_alloc_recv_skb() 850 for (i = 0; i < nvchan->rsc.cnt; i++) in netvsc_alloc_recv_skb() 851 skb_put_data(skb, nvchan->rsc.data[i], in netvsc_alloc_recv_skb() 852 nvchan->rsc.len[i]); in netvsc_alloc_recv_skb() 937 rx_stats->bytes += nvchan->rsc.pktlen; in netvsc_recv_callback()
|
H A D | hyperv_net.h | 534 u64 rsc:1; member 998 struct nvsc_rsc rsc; member 1393 struct ndis_rsc_offload rsc; member 1399 #define NDIS_OFFLOAD_SIZE_6_1 offsetof(struct ndis_offload, rsc)
|
H A D | netvsc.c | 554 init_packet->msg.v2_msg.send_ndis_config.capability.rsc = 1; in negotiate_nvsp_ver() 1240 nvchan->rsc.cnt = 0; in netvsc_receive() 1251 nvchan->rsc.is_last = (i == count - 1); in netvsc_receive() 1261 nvchan->rsc.cnt = 0; in netvsc_receive()
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | hyperv_net.h | 576 u64 rsc:1; member 1126 struct nvsc_rsc rsc; member 1512 struct ndis_rsc_offload rsc; member 1518 #define NDIS_OFFLOAD_SIZE_6_1 offsetof(struct ndis_offload, rsc)
|
H A D | netvsc.c | 601 init_packet->msg.v2_msg.send_ndis_config.capability.rsc = 1; in negotiate_nvsp_ver() 1455 nvchan->rsc.cnt = 0; in netvsc_receive() 1468 nvchan->rsc.cnt = 0; in netvsc_receive() 1479 nvchan->rsc.is_last = (i == count - 1); in netvsc_receive() 1489 nvchan->rsc.cnt = 0; in netvsc_receive()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | entry.S | 223 * ar.bspstore is still pointing to the old kernel backing store area. Since ar.rsc, 274 mov.m ar.rsc=0 // put RSE in mode: enforced lazy, little endian, pl 0 349 mov ar.rsc=3 // put RSE back into eager mode, pl 0 367 mov ar.rsc=0 // put RSE into enforced lazy mode 447 mov ar.rnat=r30 // must restore after bspstore but before rsc! 449 mov ar.rsc=3 // put RSE back into eager mode, pl 0 639 * r27: user-level ar.rsc 651 * ar.rsc: restored (user-level ar.rsc) 695 ld8 r19=[r2],PT(B6)-PT(LOADRS) // load ar.rsc valu [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | entry.S | 222 * ar.bspstore is still pointing to the old kernel backing store area. Since ar.rsc, 273 mov.m ar.rsc=0 // put RSE in mode: enforced lazy, little endian, pl 0 348 mov ar.rsc=3 // put RSE back into eager mode, pl 0 366 mov ar.rsc=0 // put RSE into enforced lazy mode 446 mov ar.rnat=r30 // must restore after bspstore but before rsc! 448 mov ar.rsc=3 // put RSE back into eager mode, pl 0 638 * r27: user-level ar.rsc 650 * ar.rsc: restored (user-level ar.rsc) 694 ld8 r19=[r2],PT(B6)-PT(LOADRS) // load ar.rsc valu [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 973 const u8 *rsc) in wpa_supplicant_rsc_relaxation() 989 if (rsclen == 6 && ((rsc[5] && !rsc[0]) || rsc[6] || rsc[7])) { in wpa_supplicant_rsc_relaxation() 992 rsc[0], rsc[1], rsc[2], rsc[3], in wpa_supplicant_rsc_relaxation() 993 rsc[ in wpa_supplicant_rsc_relaxation() 972 wpa_supplicant_rsc_relaxation(const struct wpa_sm *sm, const u8 *rsc) wpa_supplicant_rsc_relaxation() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 1624 u32 rac, rsc; in prom_init_mem() local 1635 prom_getprop(prom.root, "#size-cells", &val, sizeof(rsc)); in prom_init_mem() 1636 rsc = be32_to_cpu(val); in prom_init_mem() 1638 prom_debug("root_size_cells: %x\n", rsc); in prom_init_mem() 1671 while ((endp - p) >= (rac + rsc)) { in prom_init_mem() 1675 size = prom_next_cell(rsc, &p); in prom_init_mem()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 1652 u32 rac, rsc; in prom_init_mem() local 1663 prom_getprop(prom.root, "#size-cells", &val, sizeof(rsc)); in prom_init_mem() 1664 rsc = be32_to_cpu(val); in prom_init_mem() 1666 prom_debug("root_size_cells: %x\n", rsc); in prom_init_mem() 1699 while ((endp - p) >= (rac + rsc)) { in prom_init_mem() 1703 size = prom_next_cell(rsc, &p); in prom_init_mem()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | tdls.c | 201 u8 rsc[6]; in wpa_tdls_set_key() local 218 os_memset(rsc, 0, 6); in wpa_tdls_set_key() 238 if (wpa_sm_set_key(sm, -1, alg, peer->addr, 0, 1, rsc, sizeof(rsc), in wpa_tdls_set_key() 240 if (wpa_sm_set_key(sm, alg, peer->addr, 0, 1, rsc, sizeof(rsc), in wpa_tdls_set_key()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sint.S | 31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sint.S | 31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 335 * @rsc: data buffer registration resources 341 struct iser_reg_resources rsc; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.c | 315 key.rsc = MLX5_SGMT_TYPE_FULL_QPC; in mlx5e_health_queue_dump()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | remoteproc.h | 388 int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | remoteproc.h | 395 int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.c | 313 key.rsc = MLX5_SGMT_TYPE_FULL_QPC; in mlx5e_health_queue_dump()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 330 * @rsc: data buffer registration resources 336 struct iser_reg_resources rsc; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | 1120 unsigned short crc,aln,rsc,ovrn; in sun3_82586_get_stats() local 1126 rsc = swab16(p->scb->rsc_errs); in sun3_82586_get_stats() 1134 dev->stats.rx_dropped += rsc; in sun3_82586_get_stats()
|