Searched refs:sk_pktlen (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_mskvar.h | 197 int sk_pktlen; member
|
H A D | if_msk.c | 570 if (bus_dmamap_create(sc->sc_dmatag, sc_if->sk_pktlen, in msk_init_tx_ring() 571 SK_NTXSEG, sc_if->sk_pktlen, 0, in msk_init_tx_ring() 600 unsigned int pktlen = sc_if->sk_pktlen + ETHER_ALIGN; in msk_newbuf() 716 NULL, sc_if->sk_pktlen, &sc_if->sk_cdata.sk_rx_ring); in msk_ioctl() 1044 sc_if->sk_pktlen = SK_JLEN; in msk_attach() 1046 sc_if->sk_pktlen = MCLBYTES; in msk_attach() 1050 sc_if->sk_pktlen, 1, sc_if->sk_pktlen, 0, in msk_attach()
|