Lines Matching refs:c4iw_dev
78 struct c4iw_dev *devp;
132 struct c4iw_dev *dev = seq->private; in wr_log_show()
189 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear()
474 struct c4iw_dev *dev = seq->private; in stats_show()
524 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear()
723 static int setup_debugfs(struct c4iw_dev *devp) in setup_debugfs()
959 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc()
961 struct c4iw_dev *devp; in c4iw_alloc()
973 devp = (struct c4iw_dev *)ib_alloc_device(sizeof(*devp)); in c4iw_alloc()
1134 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt()
1162 struct c4iw_dev *dev = ctx->dev; in c4iw_uld_rx_handler()