Searched refs:ft (Results 1 - 12 of 12) sorted by relevance

/drivers/isdn/hisax/
H A Dfsm.c88 FsmExpireTimer(struct FsmTimer *ft) argument
91 if (ft->fi->debug)
92 ft->fi->printdebug(ft->fi, "FsmExpireTimer %lx", (long) ft);
94 FsmEvent(ft->fi, ft->event, ft->arg);
98 FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft) argument
100 ft
111 FsmDelTimer(struct FsmTimer *ft, int where) argument
121 FsmAddTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
145 FsmRestartTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
[all...]
H A Dfsm.h54 void FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft);
55 int FsmAddTimer(struct FsmTimer *ft, int millisec, int event,
57 void FsmRestartTimer(struct FsmTimer *ft, int millisec, int event,
59 void FsmDelTimer(struct FsmTimer *ft, int where);
H A Dhisax.h1280 void FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft);
1281 int FsmAddTimer(struct FsmTimer *ft, int millisec, int event,
1283 void FsmRestartTimer(struct FsmTimer *ft, int millisec, int event,
1285 void FsmDelTimer(struct FsmTimer *ft, int where);
/drivers/isdn/mISDN/
H A Dfsm.c100 FsmExpireTimer(struct FsmTimer *ft) argument
103 if (ft->fi->debug)
104 ft->fi->printdebug(ft->fi, "FsmExpireTimer %lx", (long) ft);
106 mISDN_FsmEvent(ft->fi, ft->event, ft->arg);
110 mISDN_FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft) argument
112 ft
124 mISDN_FsmDelTimer(struct FsmTimer *ft, int where) argument
136 mISDN_FsmAddTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
165 mISDN_FsmRestartTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
[all...]
/drivers/scsi/fcoe/
H A Dfcoe_transport.c397 struct fcoe_transport *ft = NULL; local
399 list_for_each_entry(ft, &fcoe_transports, list)
400 if (ft->match && ft->match(netdev))
401 return ft;
407 * @ft: The fcoe transport to be attached
411 int fcoe_transport_attach(struct fcoe_transport *ft) argument
416 if (ft->attached) {
418 ft->name);
424 if (strcmp(ft
444 fcoe_transport_detach(struct fcoe_transport *ft) argument
484 struct fcoe_transport *ft = NULL; local
507 struct fcoe_transport *ft; local
519 fcoe_add_netdev_mapping(struct net_device *netdev, struct fcoe_transport *ft) argument
568 struct fcoe_transport *ft = NULL; local
645 struct fcoe_transport *ft = NULL; local
710 struct fcoe_transport *ft = NULL; local
754 struct fcoe_transport *ft = NULL; local
792 struct fcoe_transport *ft = NULL; local
[all...]
/drivers/scsi/fnic/
H A Dfnic_fcs.c141 struct fcoe_crc_eof *ft; local
172 ft = (struct fcoe_crc_eof *)(skb->data + skb->len - sizeof(*ft));
173 fr_eof(fp) = ft->fcoe_eof;
174 skb_trim(skb, skb->len - sizeof(*ft));
/drivers/scsi/
H A Draid_class.c262 raid_class_attach(struct raid_function_template *ft) argument
271 i->f = ft;
H A Dscsi_transport_srp.c302 * @ft: SRP transport class function template
305 srp_attach_transport(struct srp_function_template *ft) argument
334 i->f = ft;
H A Dscsi_transport_fc.c2157 fc_attach_transport(struct fc_function_template *ft) argument
2176 if (ft->get_fc_host_stats)
2190 i->f = ft;
2227 if (ft->vport_create) {
2252 if (ft->issue_fc_host_lip)
2254 if (ft->vport_create)
2256 if (ft->vport_delete)
H A Dscsi_transport_spi.c1538 spi_attach_transport(struct spi_function_template *ft) argument
1556 i->f = ft;
H A Dscsi_transport_sas.c1790 * @ft: SAS transport class function template
1793 sas_attach_transport(struct sas_function_template *ft) argument
1835 i->f = ft;
/drivers/target/tcm_fc/
H A Dtfc_conf.c162 TF_NACL_BASE_ATTR(ft, port_name, S_IRUGO | S_IWUSR);
185 TF_NACL_BASE_ATTR(ft, node_name, S_IRUGO | S_IWUSR);
454 TF_WWN_ATTR_RO(ft, version);

Completed in 194 milliseconds