Searched refs:pc_rx_buf (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/rtwn/pci/ |
H A D | rtwn_pci_rx.c | 193 KASSERT(sizeof(pc->pc_rx_buf) >= desc_size, in rtwn_pci_rx_buf_copy() 196 memcpy(pc->pc_rx_buf, rx_desc, desc_size); in rtwn_pci_rx_buf_copy() 201 if (pktlen > sizeof(pc->pc_rx_buf) - desc_size) in rtwn_pci_rx_buf_copy() 208 memcpy(pc->pc_rx_buf + desc_size, mtod(rx_data->m, void *), pktlen); in rtwn_pci_rx_buf_copy() 227 rtwn_handle_tx_report(sc, pc->pc_rx_buf, len); in rtwn_pci_tx_report() 253 rtwn_handle_tx_report2(sc, pc->pc_rx_buf, len); in rtwn_pci_tx_report2() 269 rtwn_handle_c2h_report(&pc->pc_sc, pc->pc_rx_buf, len); in rtwn_pci_c2h_report() 364 switch (rtwn_classify_intr(sc, pc->pc_rx_buf, len)) { in rtwn_pci_rx_done()
|
H A D | rtwn_pci_var.h | 113 uint8_t pc_rx_buf[RTWN_PCI_RX_TMP_BUF_SIZE]; member
|