/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | so_txtime.c | 53 static struct timed_send cfg_buf[MAX_NUM_PKT]; variable 336 do_send_one(fdt, &cfg_buf[i]); in do_test_tx() 354 do_recv_one(fdr, &cfg_buf[i]); in do_test_rx() 501 cfg_num_pkt = parse_io(argv[optind], cfg_buf); in parse_opts()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 8871 static ushort AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscGetEEPConfig() argument 8882 wbuf = (ushort *)cfg_buf; in AscGetEEPConfig() 8984 static int AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscSetEEPConfigOnce() argument 8996 wbuf = (ushort *)cfg_buf; in AscSetEEPConfigOnce() 9040 wbuf = (ushort *)cfg_buf; in AscSetEEPConfigOnce() 9080 static int AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscSetEEPConfig() argument 9088 if ((n_error = AscSetEEPConfigOnce(iop_base, cfg_buf, in AscSetEEPConfig() 9800 * Write the EEPROM from 'cfg_buf'. 9803 ADVEEP_3550_CONFIG *cfg_buf) in AdvSet3550EEPConfig() 9809 wbuf = (ushort *)cfg_buf; in AdvSet3550EEPConfig() 9802 AdvSet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) AdvSet3550EEPConfig() argument 9869 AdvSet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) AdvSet38C0800EEPConfig() argument 9936 AdvSet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) AdvSet38C1600EEPConfig() argument 10005 AdvGet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) AdvGet3550EEPConfig() argument 10048 AdvGet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) AdvGet38C0800EEPConfig() argument 10091 AdvGet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) AdvGet38C1600EEPConfig() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | advansys.c | 8699 static ushort AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscGetEEPConfig() argument 8710 wbuf = (ushort *)cfg_buf; in AscGetEEPConfig() 8812 static int AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscSetEEPConfigOnce() argument 8824 wbuf = (ushort *)cfg_buf; in AscSetEEPConfigOnce() 8868 wbuf = (ushort *)cfg_buf; in AscSetEEPConfigOnce() 8908 static int AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscSetEEPConfig() argument 8916 if ((n_error = AscSetEEPConfigOnce(iop_base, cfg_buf, in AscSetEEPConfig() 9615 * Write the EEPROM from 'cfg_buf'. 9618 ADVEEP_3550_CONFIG *cfg_buf) in AdvSet3550EEPConfig() 9624 wbuf = (ushort *)cfg_buf; in AdvSet3550EEPConfig() 9617 AdvSet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) AdvSet3550EEPConfig() argument 9684 AdvSet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) AdvSet38C0800EEPConfig() argument 9751 AdvSet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) AdvSet38C1600EEPConfig() argument 9820 AdvGet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) AdvGet3550EEPConfig() argument 9863 AdvGet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) AdvGet38C0800EEPConfig() argument 9906 AdvGet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) AdvGet38C1600EEPConfig() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 5128 * @cfg_buf: Memory pointer to copy config page or header 5146 * the cfg_buf and size of the data has to be mentioned in the 5151 * into the cfg_buf limited to a minimum of actual page size and 5160 void *cfg_buf, u32 cfg_buf_sz) in mpi3mr_process_cfg_req() 5214 memcpy(mem_desc.addr, cfg_buf, min_t(u16, mem_desc.size, in mpi3mr_process_cfg_req() 5218 dprint_dump(mem_desc.addr, mem_desc.size, "cfg_buf"); in mpi3mr_process_cfg_req() 5228 memcpy(cfg_buf, mem_desc.addr, min_t(u16, mem_desc.size, in mpi3mr_process_cfg_req() 5232 dprint_dump(mem_desc.addr, mem_desc.size, "cfg_buf"); in mpi3mr_process_cfg_req() 5157 mpi3mr_process_cfg_req(struct mpi3mr_ioc *mrioc, struct mpi3_config_request *cfg_req, struct mpi3_config_page_header *cfg_hdr, int timeout, u16 *ioc_status, void *cfg_buf, u32 cfg_buf_sz) mpi3mr_process_cfg_req() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 2388 static void config_llm_table(struct hns_roce_buf *data_buf, void *cfg_buf) in config_llm_table() argument 2391 __le64 *entry = cfg_buf; in config_llm_table()
|