Searched refs:th (Results 176 - 187 of 187) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8476 struct tcphdr *th; local
8550 th = (struct tcphdr *)(hdr.network + hlen);
8553 if (th->fin)
8557 if (!th->syn && (ring->atr_count < ring->atr_sample_rate))
8579 common.port.src ^= th->dest ^ htons(ETH_P_8021Q);
8581 common.port.src ^= th->dest ^ first->protocol;
8582 common.port.dst ^= th->source;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1530 struct tcphdr *th; local
1570 th = tcp_hdr(skb);
1571 th->check = ~tcp_v6_check(len, &iph->saddr, &iph->daddr, 0);
1577 th = tcp_hdr(skb);
1578 th->check = ~tcp_v4_check(len, iph->saddr, iph->daddr, 0);
1628 struct tcphdr *th; local
1643 th = tcp_hdr(skb);
1644 th->check = ~tcp_v4_check(len, iph->saddr, iph->daddr, 0);
1654 th = tcp_hdr(skb);
1655 th
[all...]
/linux-master/drivers/scsi/
H A Dncr53c8xx.c7234 int th = tn & 3; local
7243 tp->jump_tcb.l_paddr = np->jump_tcb[th].l_paddr;
7291 np->jump_tcb[th].l_paddr = cpu_to_scr(vtobus (&tp->jump_tcb));
/linux-master/drivers/s390/net/
H A Dctcm_main.c627 header->th.th_ch_flag = TH_SWEEP_REQ; /* 0x0f */
1362 * 9: write th
1364 * 11: read th from secondary
1370 * 9: read th
1372 * 11: write th
H A Dctcm_fsms.c1402 /* must have valid th header or game over */
1793 switch (header->th.th_ch_flag) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm226 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx9.asm366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx10.asm375 // SQ hang, since the 7,8th wave could not get arbit to exec inst, while
/linux-master/net/core/
H A Ddev.c3697 const struct tcphdr *th; local
3700 th = skb_header_pointer(skb, hdr_len,
3702 if (likely(th))
3703 hdr_len += __tcp_hdrlen(th);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3353 static int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
3368 *th = t - ah;
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c13540 struct tcphdr *th; local
13542 th = (struct tcphdr *)&tx_data[val];
13543 th->check = 0;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S6165 # significant bits of X with a bit-1 attached at the 6-th #
10418 andi.w &0x10,%d1 # keep sign bit in 4th spot

Completed in 478 milliseconds

12345678