Searched refs:pc_rx_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/rtwn/pci/ |
| H A D | rtwn_pci_rx.c | 196 KASSERT(sizeof(pc->pc_rx_buf) >= desc_size, in rtwn_pci_rx_buf_copy() 199 memcpy(pc->pc_rx_buf, rx_desc, desc_size); in rtwn_pci_rx_buf_copy() 204 if (pktlen > sizeof(pc->pc_rx_buf) - desc_size) in rtwn_pci_rx_buf_copy() 211 memcpy(pc->pc_rx_buf + desc_size, mtod(rx_data->m, void *), pktlen); in rtwn_pci_rx_buf_copy() 230 rtwn_handle_tx_report(sc, pc->pc_rx_buf, len); in rtwn_pci_tx_report() 245 rtwn_handle_c2h_report(&pc->pc_sc, pc->pc_rx_buf, len); in rtwn_pci_c2h_report() 340 switch (rtwn_classify_intr(sc, pc->pc_rx_buf, len)) { in rtwn_pci_rx_done()
|
| H A D | rtwn_pci_var.h | 115 uint8_t pc_rx_buf[RTWN_PCI_RX_TMP_BUF_SIZE]; member
|