Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/cxgbi/
Dlibcxgbi.h113 struct cxgbi_device *cdev;
455 struct cxgbi_device *cdev;
477 struct cxgbi_device { struct
502 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
503 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
506 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
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_netdev(struct net_device *, int *);
[all …]
Dlibcxgbi.c75 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base, in cxgbi_device_portmap_create()
95 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev) in cxgbi_device_portmap_cleanup()
118 static inline void cxgbi_device_destroy(struct cxgbi_device *cdev) in cxgbi_device_destroy()
131 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register()
134 struct cxgbi_device *cdev; in cxgbi_device_register()
166 void cxgbi_device_unregister(struct cxgbi_device *cdev) in cxgbi_device_unregister()
187 struct cxgbi_device *cdev, *tmp; in cxgbi_device_unregister_all()
201 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev) in cxgbi_device_find_by_lldev()
203 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_lldev()
220 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *ndev, in cxgbi_device_find_by_netdev()
[all …]
/Linux-v6.6/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c83 typedef void (*cxgb4i_cplhandler_func)(struct cxgbi_device *, struct sk_buff *);
717 struct cxgbi_device *cdev = csk->cdev; in cxgb4i_make_tx_data_wr()
891 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish()
1043 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl()
1092 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close()
1113 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl()
1152 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss()
1200 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss()
1224 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data()
1245 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr()
[all …]
/Linux-v6.6/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c956 struct cxgbi_device *cdev = csk->cdev; in init_act_open()
1039 static int cxgb3i_ofld_init(struct cxgbi_device *cdev) in cxgb3i_ofld_init()
1091 static struct cxgbi_ppm *cdev2ppm(struct cxgbi_device *cdev) in cdev2ppm()
1126 static void ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, in ddp_clear_map()
1222 static int cxgb3i_ddp_init(struct cxgbi_device *cdev) in cxgb3i_ddp_init()
1289 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_close()
1305 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_open()
1363 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_event_handler()