Home
last modified time | relevance | path

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

/linux-4.1.27/net/caif/
Dcfctrl.c78 p1->linktype == p2->linktype && in param_eq()
86 switch (p1->linktype) { in param_eq()
229 cfpkt_addbdy(pkt, (param->chtype << 4) | param->linktype); in cfctrl_linkup_request()
233 switch (param->linktype) { in cfctrl_linkup_request()
271 param->linktype); in cfctrl_linkup_request()
390 linkparam.linktype = serv; in cfctrl_recv()
596 u8 linkid, linktype, tmp; in handle_loop() local
622 cfpkt_peek_head(pkt, &linktype, 1); in handle_loop()
623 if (linktype == CFCTRL_SRV_UTIL) { in handle_loop()
Dcfcnfg.c253 l->linktype = CFCTRL_SRV_VEI; in caif_connect_req_to_link_param()
258 l->linktype = CFCTRL_SRV_DATAGRAM; in caif_connect_req_to_link_param()
263 l->linktype = CFCTRL_SRV_DATAGRAM; in caif_connect_req_to_link_param()
269 l->linktype = CFCTRL_SRV_RFM; in caif_connect_req_to_link_param()
276 l->linktype = CFCTRL_SRV_UTIL; in caif_connect_req_to_link_param()
292 l->linktype = CFCTRL_SRV_DBG; in caif_connect_req_to_link_param()
351 *proto_head = protohead[param.linktype] + phy->head_room; in caif_connect_client()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_vport.h32 uint8_t linktype; member
/linux-4.1.27/include/net/caif/
Dcfctrl.h59 enum cfctrl_srv linktype;/* (T3,T0) Type of Channel */ member
/linux-4.1.27/tools/net/
Dbpf_dbg.c108 uint32_t linktype; member