Home
last modified time | relevance | path

Searched refs:npkt (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/netinet/
Daccf_http.c48 static int mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp);
50 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset,
103 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp) in mbufstrcmp() argument
108 n = npkt; in mbufstrcmp()
109 if (npkt) in mbufstrcmp()
110 npkt = npkt->m_nextpkt; in mbufstrcmp()
132 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) in mbufstrncmp() argument
137 n = npkt; in mbufstrncmp()
138 if (npkt) in mbufstrncmp()
139 npkt = npkt->m_nextpkt; in mbufstrncmp()
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_sge.c152 uint8_t npkt; /* # of packets in this work request */ member
1798 txpkts.npkt = 0;/* indicates there's nothing in txpkts */ in t4_eth_tx()
1868 KASSERT(txpkts.npkt == 0, in t4_eth_tx()
1869 ("%s: txpkts not empty: %d", __func__, txpkts.npkt)); in t4_eth_tx()
1906 if (txpkts.npkt > 0) in t4_eth_tx()
3545 if (txpkts->npkt > 0) { in add_to_txpkts()
3553 txpkts->npkt++; in add_to_txpkts()
3575 KASSERT(txpkts->npkt == 0, ("%s: txpkts not empty", __func__)); in add_to_txpkts()
3587 txpkts->npkt = 1; in add_to_txpkts()
3628 wr->npkt = txpkts->npkt; in write_txpkts_wr()
[all …]
/freebsd-9-stable/sys/dev/usb/controller/
Dxhci.c1813 uint32_t npkt; in xhci_setup_generic_chain_sub() local
1835 npkt = (len_old - npkt_off + temp->max_packet_size - 1) / in xhci_setup_generic_chain_sub()
1838 if (npkt == 0) in xhci_setup_generic_chain_sub()
1839 npkt = 1; in xhci_setup_generic_chain_sub()
1840 else if (npkt > 31) in xhci_setup_generic_chain_sub()
1841 npkt = 31; in xhci_setup_generic_chain_sub()
1849 XHCI_TRB_2_TDSZ_SET(npkt) | in xhci_setup_generic_chain_sub()
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h646 __u8 npkt; member