Searched refs:cfg_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/tools/testing/selftests/net/ |
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()
|
/Linux-v5.15/drivers/scsi/ |
D | advansys.c | 8692 static ushort AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscGetEEPConfig() argument 8703 wbuf = (ushort *)cfg_buf; in AscGetEEPConfig() 8805 static int AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscSetEEPConfigOnce() argument 8817 wbuf = (ushort *)cfg_buf; in AscSetEEPConfigOnce() 8861 wbuf = (ushort *)cfg_buf; in AscSetEEPConfigOnce() 8901 static int AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, in AscSetEEPConfig() argument 8909 if ((n_error = AscSetEEPConfigOnce(iop_base, cfg_buf, in AscSetEEPConfig() 9611 ADVEEP_3550_CONFIG *cfg_buf) in AdvSet3550EEPConfig() argument 9617 wbuf = (ushort *)cfg_buf; in AdvSet3550EEPConfig() 9678 ADVEEP_38C0800_CONFIG *cfg_buf) in AdvSet38C0800EEPConfig() argument [all …]
|
/Linux-v5.15/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 2509 static void config_llm_table(struct hns_roce_buf *data_buf, void *cfg_buf) in config_llm_table() argument 2512 __le64 *entry = cfg_buf; in config_llm_table()
|