Searched refs:cxgbi_device (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 129 struct cxgbi_device *cdev; 184 struct cxgbi_device *cdev; 512 struct cxgbi_device *cdev; 530 struct cxgbi_device { struct 554 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument 700 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int); 701 void cxgbi_device_unregister(struct cxgbi_device *); 703 struct cxgbi_device *cxgbi_device_find_by_lldev(void *); 704 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *, int *); 705 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *, [all …]
|
D | libcxgbi.c | 67 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base, in cxgbi_device_portmap_create() 87 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev) in cxgbi_device_portmap_cleanup() 110 static inline void cxgbi_device_destroy(struct cxgbi_device *cdev) in cxgbi_device_destroy() 127 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register() 130 struct cxgbi_device *cdev; in cxgbi_device_register() 162 void cxgbi_device_unregister(struct cxgbi_device *cdev) in cxgbi_device_unregister() 183 struct cxgbi_device *cdev, *tmp; in cxgbi_device_unregister_all() 197 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev) in cxgbi_device_find_by_lldev() 199 struct cxgbi_device *cdev, *tmp; in cxgbi_device_find_by_lldev() 216 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *ndev, in cxgbi_device_find_by_netdev() [all …]
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 77 typedef void (*cxgb4i_cplhandler_func)(struct cxgbi_device *, struct sk_buff *); 709 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish() 861 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl() 909 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close() 930 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl() 969 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss() 1017 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss() 1042 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data() 1063 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr() 1167 static void do_rx_data_ddp(struct cxgbi_device *cdev, in do_rx_data_ddp() [all …]
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 956 struct cxgbi_device *cdev = csk->cdev; in init_act_open() 1031 int cxgb3i_ofld_init(struct cxgbi_device *cdev) in cxgb3i_ofld_init() 1087 struct cxgbi_device *cdev = csk->cdev; in ddp_set_map() 1116 struct cxgbi_device *cdev = chba->cdev; in ddp_clear_map() 1212 static void t3_ddp_cleanup(struct cxgbi_device *cdev) in t3_ddp_cleanup() 1227 static int cxgb3i_ddp_init(struct cxgbi_device *cdev) in cxgb3i_ddp_init() 1287 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_close() 1303 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_open() 1362 struct cxgbi_device *cdev = cxgbi_device_find_by_lldev(t3dev); in cxgb3i_dev_event_handler()
|