Lines Matching refs:c4iw_dev
78 struct c4iw_dev *devp;
124 struct c4iw_dev *dev = seq->private; in wr_log_show()
181 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear()
471 struct c4iw_dev *dev = seq->private; in stats_show()
521 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear()
728 static void setup_debugfs(struct c4iw_dev *devp) in setup_debugfs()
968 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc()
970 struct c4iw_dev *devp; in c4iw_alloc()
982 devp = ib_alloc_device(c4iw_dev, ibdev); in c4iw_alloc()
1142 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt()
1170 struct c4iw_dev *dev = ctx->dev; in c4iw_uld_rx_handler()