Searched refs:crystalhd_hw (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A DMakefile4 crystalhd_hw.o \
H A Dcrystalhd_hw.h4 * Name: crystalhd_hw . h
282 struct crystalhd_hw { struct
361 enum BC_STATUS crystalhd_do_fw_cmd(struct crystalhd_hw *hw, struct BC_FW_CMD *fw_cmd);
362 bool crystalhd_hw_interrupt(struct crystalhd_adp *adp, struct crystalhd_hw *hw);
363 enum BC_STATUS crystalhd_hw_open(struct crystalhd_hw *, struct crystalhd_adp *);
364 enum BC_STATUS crystalhd_hw_close(struct crystalhd_hw *);
365 enum BC_STATUS crystalhd_hw_setup_dma_rings(struct crystalhd_hw *);
366 enum BC_STATUS crystalhd_hw_free_dma_rings(struct crystalhd_hw *);
369 enum BC_STATUS crystalhd_hw_post_tx(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq,
374 enum BC_STATUS crystalhd_hw_pause(struct crystalhd_hw *h
[all...]
H A Dcrystalhd_hw.c4 * Name: crystalhd_hw . c
28 #include "crystalhd_hw.h"
348 static struct crystalhd_rx_dma_pkt *crystalhd_hw_alloc_rx_pkt(struct crystalhd_hw *hw)
369 static void crystalhd_hw_free_rx_pkt(struct crystalhd_hw *hw,
405 struct crystalhd_hw *hw = (struct crystalhd_hw *)context;
427 static void crystalhd_hw_delete_ioqs(struct crystalhd_hw *hw)
453 static enum BC_STATUS crystalhd_hw_create_ioqs(struct crystalhd_hw *hw)
523 static enum BC_STATUS crystalhd_hw_tx_req_complete(struct crystalhd_hw *hw,
558 static bool crystalhd_tx_list0_handler(struct crystalhd_hw *h
[all...]
H A Dcrystalhd_cmds.h37 #include "crystalhd_hw.h"
66 struct crystalhd_hw hw_ctx;

Completed in 160 milliseconds