Lines Matching refs:c4iw_dev
71 struct c4iw_dev *dev;
84 struct c4iw_dev *devp;
149 struct c4iw_dev *dev = seq->private; in wr_log_show()
210 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear()
459 struct c4iw_dev *dev = seq->private; in stats_show()
506 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear()
709 static int setup_debugfs(struct c4iw_dev *devp) in setup_debugfs()
930 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc()
932 struct c4iw_dev *devp; in c4iw_alloc()
944 devp = (struct c4iw_dev *)ib_alloc_device(sizeof(*devp)); in c4iw_alloc()
1105 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt()
1134 struct c4iw_dev *dev = ctx->dev; in c4iw_uld_rx_handler()