Home
last modified time | relevance | path

Searched refs:linktype (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/net/caif/ !
Dcaif_config_util.c49 l->linktype = CFCTRL_SRV_VEI; in connect_req_to_link_param()
57 l->linktype = CFCTRL_SRV_DATAGRAM; in connect_req_to_link_param()
62 l->linktype = CFCTRL_SRV_DATAGRAM; in connect_req_to_link_param()
68 l->linktype = CFCTRL_SRV_RFM; in connect_req_to_link_param()
75 l->linktype = CFCTRL_SRV_UTIL; in connect_req_to_link_param()
91 l->linktype = CFCTRL_SRV_DBG; in connect_req_to_link_param()
Dcfctrl.c64 p1->linktype == p2->linktype && in param_eq()
72 switch (p1->linktype) { in param_eq()
214 cfpkt_addbdy(pkt, (param->chtype << 4) + param->linktype); in cfctrl_linkup_request()
218 switch (param->linktype) { in cfctrl_linkup_request()
256 param->linktype); in cfctrl_linkup_request()
415 linkparam.linktype = serv; in cfctrl_recv()
602 u8 linkid, linktype, tmp; in handle_loop() local
623 cfpkt_peek_head(pkt, &linktype, 1); in handle_loop()
624 if (linktype == CFCTRL_SRV_UTIL) { in handle_loop()
Dcfcnfg.c297 protohead[param->linktype]+ in cfcnfg_add_adaptation_layer()
/linux-2.6.39/drivers/scsi/lpfc/ !
Dlpfc_vport.h32 uint8_t linktype; member
/linux-2.6.39/include/net/caif/ !
Dcfctrl.h59 enum cfctrl_srv linktype;/* (T3,T0) Type of Channel */ member