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

/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h113 struct cxgbi_device *cdev;
455 struct cxgbi_device *cdev;
477 struct cxgbi_device { struct
502 void (*dev_ddp_cleanup)(struct cxgbi_device *);
503 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *);
506 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev,
586 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
587 void cxgbi_device_unregister(struct cxgbi_device *);
589 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
590 struct cxgbi_device *cxgbi_device_find_by_netde
[all...]
H A Dlibcxgbi.c75 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base,
95 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev)
118 static inline void cxgbi_device_destroy(struct cxgbi_device *cdev)
131 struct cxgbi_device *cxgbi_device_register(unsigned int extra,
134 struct cxgbi_device *cdev;
166 void cxgbi_device_unregister(struct cxgbi_device *cdev)
187 struct cxgbi_device *cdev, *tmp;
201 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev)
203 struct cxgbi_device *cdev, *tmp;
220 struct cxgbi_device *cxgbi_device_find_by_netde
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c83 typedef void (*cxgb4i_cplhandler_func)(struct cxgbi_device *, struct sk_buff *);
717 struct cxgbi_device *cdev = csk->cdev;
891 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb)
1043 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb)
1092 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb)
1113 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb)
1152 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb)
1200 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb)
1224 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb)
1245 static void do_rx_iscsi_hdr(struct cxgbi_device *cde
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c956 struct cxgbi_device *cdev = csk->cdev;
1039 static int cxgb3i_ofld_init(struct cxgbi_device *cdev)
1091 static struct cxgbi_ppm *cdev2ppm(struct cxgbi_device *cdev)
1126 static void ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm,
1222 static int cxgb3i_ddp_init(struct cxgbi_device *cdev)
1289 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev);
1305 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev);
1363 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev);

Completed in 242 milliseconds