HomeSort by: relevance | last modified time | path
    Searched refs:nih (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
intr.c 256 struct intrhand *nih; local in function:intr_establish
265 nih = intrhand_alloc();
267 *nih = *q;
268 nih->ih_next = NULL;
269 q->ih_arg = (void *)nih;
  /src/sys/dev/pci/cxgb/
cxgb_lro.c 249 struct ip *nih = (struct ip *)(mtod(m, uint8_t *) + IPH_OFFSET); local in function:lro_update_session
250 struct tcphdr *th, *nth = (struct tcphdr *)(nih + 1);
281 tcpiphlen = (nth->th_off << 2) + sizeof (*nih);
282 plen = ntohs(nih->ip_len) - tcpiphlen;

Completed in 11 milliseconds