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

  /src/sys/dev/pci/cxgb/
cxgb_lro.c 248 struct cpl_rx_pkt *ncpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + 2); local in function:lro_update_session
256 if (cpl->vlan_valid && cpl->vlan != ncpl->vlan) {
  /src/sys/arch/arm/pic/
pic.c 347 int ocpl, ncpl, handled __unused; local in function:pic_dispatch
378 ncpl = curcpu()->ci_cpl;
379 KASSERTMSG(ocpl <= ncpl, "pic %s irq %u intrsource %s:"
382 ocpl, ncpl);

Completed in 13 milliseconds