Searched refs:ocpl (Results 1 – 2 of 2) sorted by relevance
504 tp->ocpl.OPENOptions = 0; in tms380tr_init_opb()505 tp->ocpl.OPENOptions |= ENABLE_FULL_DUPLEX_SELECTION; in tms380tr_init_opb()506 tp->ocpl.FullDuplex = 0; in tms380tr_init_opb()507 tp->ocpl.FullDuplex |= OPEN_FULL_DUPLEX_OFF; in tms380tr_init_opb()517 tp->ocpl.NodeAddr[i] = ((unsigned char *)dev->dev_addr)[i]; in tms380tr_init_opb()519 tp->ocpl.GroupAddr = 0; in tms380tr_init_opb()520 tp->ocpl.FunctAddr = 0; in tms380tr_init_opb()521 tp->ocpl.RxListSize = cpu_to_be16((unsigned short)RplSize); in tms380tr_init_opb()522 tp->ocpl.TxListSize = cpu_to_be16((unsigned short)TplSize); in tms380tr_init_opb()523 tp->ocpl.BufSize = cpu_to_be16((unsigned short)BufferSize); in tms380tr_init_opb()[all …]
1075 OPB ocpl; /* Open Options Parameter Block. */ member