Searched refs:tx_flow_spec (Results 1 – 2 of 2) sorted by relevance
431 cp.tx_flow_spec.id = chan->local_id; in amp_create_logical_link()432 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link()433 cp.tx_flow_spec.msdu = cpu_to_le16(chan->local_msdu); in amp_create_logical_link()434 cp.tx_flow_spec.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in amp_create_logical_link()435 cp.tx_flow_spec.acc_lat = cpu_to_le32(chan->local_acc_lat); in amp_create_logical_link()436 cp.tx_flow_spec.flush_to = cpu_to_le32(chan->local_flush_to); in amp_create_logical_link()
735 struct ext_flow_spec tx_flow_spec; member