Home
last modified time | relevance | path

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

/linux/drivers/net/pse-pd/
H A Dtps23881.c715 struct tps23881_port_matrix tmp_port_matrix[TPS23881_MAX_CHANS] = {0}; in tps23881_sort_port_matrix() local
730 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix()
731 tmp_port_matrix[port_cnt].is_4p = true; in tps23881_sort_port_matrix()
732 tmp_port_matrix[port_cnt].pi_id = i; in tps23881_sort_port_matrix()
733 tmp_port_matrix[port_cnt].hw_chan[0] = port_matrix[i].hw_chan[0]; in tps23881_sort_port_matrix()
734 tmp_port_matrix[port_cnt].hw_chan[1] = port_matrix[i].hw_chan[1]; in tps23881_sort_port_matrix()
739 tmp_port_matrix[port_cnt].lgcl_chan[0] = (*cnt)++; in tps23881_sort_port_matrix()
740 tmp_port_matrix[port_cnt].lgcl_chan[1] = (*cnt)++; in tps23881_sort_port_matrix()
757 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix()
758 tmp_port_matrix[port_cnt].pi_id = i; in tps23881_sort_port_matrix()
[all …]