Home
last modified time | relevance | path

Searched full:pay (Results 1 – 25 of 102) sorted by relevance

12345

/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c124 static void test_payload(void *pay, size_t len) in test_payload() argument
126 struct ethhdr *eth = pay; in test_payload()
141 static void create_payload(void *pay, size_t *len) in create_payload() argument
144 struct ethhdr *eth = pay; in create_payload()
145 struct iphdr *ip = pay + sizeof(*eth); in create_payload()
153 memset(pay, 0xff, ETH_ALEN * 2); in create_payload()
157 ((uint8_t *) pay)[i + sizeof(*eth)] = (uint8_t) rand(); in create_payload()
169 memset(pay + sizeof(*eth) + sizeof(*ip), in create_payload()
/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c55 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write()
284 if (unlikely(!debug_level_enabled(dbf->pay, level))) in zfcp_dbf_hba_def_err()
301 debug_event(dbf->pay, level, payload, zfcp_dbf_plen(length)); in zfcp_dbf_hba_def_err()
499 rec->pl_len = len; /* full length even if we cap pay below */ in zfcp_dbf_san()
505 goto out; /* skip pay record if full content in rec->payload */ in zfcp_dbf_san()
523 debug_event(dbf->pay, ZFCP_DBF_SAN_LEVEL, payload, in zfcp_dbf_san()
730 /* at least one full PAY record in zfcp_dbf_scsi_common()
805 debug_unregister(dbf->pay); in zfcp_dbf_unregister()
844 dbf->pay = zfcp_dbf_reg(name, dbfsize * 2, sizeof(struct zfcp_dbf_pay)); in zfcp_dbf_adapter_register()
845 if (!dbf->pay) in zfcp_dbf_adapter_register()
H A Dzfcp_dbf.h287 * @pay: reference to payload trace area
304 debug_info_t *pay; member
/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-consumer-common.yaml14 Pay attention to using proper GPIO flag (e.g. GPIO_ACTIVE_LOW) for the GPIOs
/linux/Documentation/usb/
H A Ddwc3.rst41 We probably have to pay attention not to process events once we
/linux/Documentation/filesystems/
H A Defivarfs.rst30 displayed, for example using "hexdump", pay attention that the first
/linux/arch/arm/include/asm/
H A Dhighmem.h27 * so not to pay the price of establishing a second mapping if an existing
/linux/tools/usb/usbip/
H A DINSTALL129 Some packages pay attention to `--enable-FEATURE' options to
131 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c312 u32 *pay, u8 pci_func, u8 size) in qlcnic_sriov_post_bc_msg() argument
322 cmd.pay = pay; in qlcnic_sriov_post_bc_msg()
908 u32 *hdr, u32 *pay, u32 size) in qlcnic_sriov_pull_bc_msg() argument
919 *(pay++) = readl(QLCNIC_MBX_FW(ahw, i)); in qlcnic_sriov_pull_bc_msg()
942 u32 *hdr, *pay; in qlcnic_sriov_issue_bc_post() local
951 pay = (u32 *)(trans->req_pay + trans->curr_req_frag); in qlcnic_sriov_issue_bc_post()
957 pay = (u32 *)(trans->rsp_pay + trans->curr_rsp_frag); in qlcnic_sriov_issue_bc_post()
963 ret = qlcnic_sriov_post_bc_msg(vf->adapter, hdr, pay, in qlcnic_sriov_issue_bc_post()
/linux/arch/loongarch/kernel/
H A Dmcount_dyn.S24 * See arch/loongarch/kernel/ftrace_dyn.c for details. Here, pay attention to
/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst26 1. you get what you pay for
/linux/tools/lib/thermal/
H A Devents.c13 * Optimization: fill this array to tell which event we do want to pay
/linux/drivers/comedi/drivers/
H A Dssv_dnp.c102 * We have to pay attention with port C. in dnp_dio_insn_config()
/linux/Documentation/userspace-api/media/drivers/
H A Domap3isp-uapi.rst28 (When using parallel interface one must pay account to correct configuration
/linux/drivers/char/hw_random/
H A Dvia-rng.c147 /* Control the RNG via MSR. Tread lightly and pay very close in via_rng_init()
/linux/drivers/net/wireless/ath/
H A Dhw.c79 * A bssid_mask of 0010 means "only pay attention to the second least
/linux/fs/ocfs2/cluster/
H A Dmasklog.h12 * will almost certainly be redirected to relayfs so that it can pay a
/linux/Documentation/spi/
H A Dspidev.rst91 That's error prone, and you'd need to pay careful attention to system
/linux/Documentation/gpu/amdgpu/display/
H A Dprogramming-model-dcn.rst80 The below diagram outlines the basic display objects. In particular, pay
/linux/include/net/caif/
H A Dcaif_layer.h266 * @hdr_len: Header length, used to align pay load on 32bit boundary.
/linux/Documentation/mm/
H A Dhighmem.rst23 VM space so that we don't have to pay the full TLB invalidation costs for
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst15 5. Overhead : How much do we have to pay for this?
/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h71 u8 plfver; /* pay load format version */
/linux/Documentation/process/
H A D6.Followthrough.rst62 you need to pay attention to the technical observations that they are
/linux/kernel/power/
H A DKconfig28 Some systems prefer not to pay this cost on every invocation

12345