Searched refs:tx_flow_spec (Results 1 – 2 of 2) sorted by relevance
548 cp.tx_flow_spec.id = chan->local_id; in amp_create_logical_link()549 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link()550 cp.tx_flow_spec.msdu = cpu_to_le16(chan->local_msdu); in amp_create_logical_link()551 cp.tx_flow_spec.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in amp_create_logical_link()552 cp.tx_flow_spec.acc_lat = cpu_to_le32(chan->local_acc_lat); in amp_create_logical_link()553 cp.tx_flow_spec.flush_to = cpu_to_le32(chan->local_flush_to); in amp_create_logical_link()
960 struct ext_flow_spec tx_flow_spec; member