Searched refs:pc_rx_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/rtwn/pci/ |
| D | rtwn_pci_rx.c | 195 KASSERT(sizeof(pc->pc_rx_buf) >= desc_size, in rtwn_pci_rx_buf_copy() 198 memcpy(pc->pc_rx_buf, rx_desc, desc_size); in rtwn_pci_rx_buf_copy() 203 if (pktlen > sizeof(pc->pc_rx_buf) - desc_size) in rtwn_pci_rx_buf_copy() 210 memcpy(pc->pc_rx_buf + desc_size, mtod(rx_data->m, void *), pktlen); in rtwn_pci_rx_buf_copy() 229 rtwn_handle_tx_report(sc, pc->pc_rx_buf, len); in rtwn_pci_tx_report() 244 rtwn_handle_c2h_report(&pc->pc_sc, pc->pc_rx_buf, len); in rtwn_pci_c2h_report() 339 switch (rtwn_classify_intr(sc, pc->pc_rx_buf, len)) { in rtwn_pci_rx_done()
|
| D | rtwn_pci_var.h | 114 uint8_t pc_rx_buf[RTWN_PCI_RX_TMP_BUF_SIZE]; member
|