| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | psock_tpacket.c | 124 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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | psock_tpacket.c | 124 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()
|
| /kernel/linux/linux-5.10/drivers/s390/scsi/ |
| D | zfcp_dbf.c | 55 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write() 242 if (unlikely(!debug_level_enabled(dbf->pay, level))) in zfcp_dbf_hba_def_err() 259 debug_event(dbf->pay, level, payload, zfcp_dbf_plen(length)); in zfcp_dbf_hba_def_err() 482 rec->pl_len = len; /* full length even if we cap pay below */ in zfcp_dbf_san() 488 goto out; /* skip pay record if full content in rec->payload */ in zfcp_dbf_san() 506 debug_event(dbf->pay, ZFCP_DBF_SAN_LEVEL, payload, in zfcp_dbf_san() 713 /* at least one full PAY record in zfcp_dbf_scsi_common() 788 debug_unregister(dbf->pay); in zfcp_dbf_unregister() 827 dbf->pay = zfcp_dbf_reg(name, dbfsize * 2, sizeof(struct zfcp_dbf_pay)); in zfcp_dbf_adapter_register() 828 if (!dbf->pay) in zfcp_dbf_adapter_register()
|
| D | zfcp_dbf.h | 287 * @pay: reference to payload trace area 304 debug_info_t *pay; member
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | Kconfig | 28 If you like it, you can pay us to add new features to it that you 29 need, buy a support contract, or pay us to port it to another OS.
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | Kconfig | 34 If you like it, you can pay us to add new features to it that you 35 need, buy a support contract, or pay us to port it to another OS.
|
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| D | zfcp_dbf.c | 55 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()
|
| D | zfcp_dbf.h | 287 * @pay: reference to payload trace area 304 debug_info_t *pay; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | gpio-consumer-common.yaml | 14 Pay attention to using proper GPIO flag (e.g. GPIO_ACTIVE_LOW) for the GPIOs
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | dwc3.rst | 41 We probably have to pay attention not to process events once we
|
| /kernel/linux/linux-6.6/Documentation/usb/ |
| D | dwc3.rst | 41 We probably have to pay attention not to process events once we
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | highmem.h | 26 * so not to pay the price of establishing a second mapping if an existing
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | efivarfs.rst | 30 displayed, for example using "hexdump", pay attention that the first
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | highmem.h | 27 * so not to pay the price of establishing a second mapping if an existing
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | efivarfs.rst | 30 displayed, for example using "hexdump", pay attention that the first
|
| /kernel/linux/linux-5.10/tools/usb/usbip/ |
| D | INSTALL | 129 Some packages pay attention to `--enable-FEATURE' options to 131 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
| /kernel/linux/linux-6.6/tools/usb/usbip/ |
| D | INSTALL | 129 Some packages pay attention to `--enable-FEATURE' options to 131 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_sriov_common.c | 312 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()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_sriov_common.c | 312 u32 *pay, u8 pci_func, u8 size) in qlcnic_sriov_post_bc_msg() argument 322 cmd.pay = pay; in qlcnic_sriov_post_bc_msg() 907 u32 *hdr, u32 *pay, u32 size) in qlcnic_sriov_pull_bc_msg() argument 918 *(pay++) = readl(QLCNIC_MBX_FW(ahw, i)); in qlcnic_sriov_pull_bc_msg() 941 u32 *hdr, *pay; in qlcnic_sriov_issue_bc_post() local 950 pay = (u32 *)(trans->req_pay + trans->curr_req_frag); in qlcnic_sriov_issue_bc_post() 956 pay = (u32 *)(trans->rsp_pay + trans->curr_rsp_frag); in qlcnic_sriov_issue_bc_post() 962 ret = qlcnic_sriov_post_bc_msg(vf->adapter, hdr, pay, in qlcnic_sriov_issue_bc_post()
|
| /kernel/linux/linux-6.6/arch/loongarch/kernel/ |
| D | mcount_dyn.S | 24 * See arch/loongarch/kernel/ftrace_dyn.c for details. Here, pay attention to
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| D | irq_i8259.c | 144 * pretty low. So why pay the price of checking for in isa_no_iack_sc_device_interrupt()
|
| /kernel/linux/linux-6.6/arch/alpha/kernel/ |
| D | irq_i8259.c | 144 * pretty low. So why pay the price of checking for in isa_no_iack_sc_device_interrupt()
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| D | mcount_dyn.S | 28 * See arch/loongarch/kernel/ftrace_dyn.c for details. Here, pay attention to
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
| D | index.rst | 26 1. you get what you pay for
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/sysctl/ |
| D | index.rst | 26 1. you get what you pay for
|