Home
last modified time | relevance | path

Searched refs:ack_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pmdomain/rockchip/
H A Dpm-domains.c69 u32 ack_offset; member
370 regmap_read(pmu->regmap, pmu->info->ack_offset, &val); in rockchip_pmu_read_ack()
1348 .ack_offset = 0x6c,
1357 .ack_offset = 0x14c,
1368 .ack_offset = 0x0c,
1379 .ack_offset = 0x10,
1390 .ack_offset = 0x0c,
1399 .ack_offset = 0x488,
1410 .ack_offset = 0x14,
1425 .ack_offset = 0x484,
[all …]
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c312 static void fill_transportlayer(void *buf, int seq_offset, int ack_offset, in write_packet()
322 tcph->ack_seq = ntohl(START_ACK + ack_offset); in create_packet()
342 static void create_packet(void *buf, int seq_offset, int ack_offset, in send_flags()
348 fill_transportlayer(buf + tcp_offset, seq_offset, ack_offset, in send_flags()
285 fill_transportlayer(void * buf,int seq_offset,int ack_offset,int payload_len,int fin) fill_transportlayer() argument
315 create_packet(void * buf,int seq_offset,int ack_offset,int payload_len,int fin) create_packet() argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c1052 int acktimeout, ctstimeout, ack_offset = 0; in ath9k_hw_init_global_settings() local
1086 ack_offset = 16; in ath9k_hw_init_global_settings()
1097 ack_offset = 32; in ath9k_hw_init_global_settings()
1117 acktimeout = slottime + sifstime + ack_offset; in ath9k_hw_init_global_settings()