Home
last modified time | relevance | path

Searched full:tag0 (Results 1 – 4 of 4) sorted by relevance

/linux/net/dsa/
H A Dtag_ksz.c115 * DA(6bytes)|SA(6bytes)|....|Data(nbytes)|tag0(1byte)|FCS(4bytes)
117 * tag0 : zero-based value represents port
175 * DA(6bytes)|SA(6bytes)|....|Data(nbytes)|ts(4bytes)|tag0(1byte)|tag1(1byte)|
179 * tag0 : Prioritization (not used now)
184 * DA(6bytes)|SA(6bytes)|....|Data(nbytes)|ts(4bytes)|tag0(1byte)|FCS(4bytes)
186 * ts : time stamp (Present only if bit 7 of tag0 is set)
187 * tag0 : zero-based value represents port
404 * DA(6bytes)|SA(6bytes)|....|Data(nbytes)|ts(4bytes)|tag0(1byte)|tag1(1byte)|
408 * tag0 : represents tag override, lookup and valid
413 * DA(6bytes)|SA(6bytes)|....|Data(nbytes)|ts(4bytes)|tag0(1byte)|FCS(4bytes)
[all …]
/linux/sound/firewire/
H A Damdtp-stream.h21 * @CIP_EMPTY_WITH_TAG0: Only for in-stream. Empty in-packets have TAG0.
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c131 wrb->tag0 = tag; in alloc_mcc_wrb()
132 wrb->tag0 |= (mccq->head << MCC_Q_WRB_IDX_SHIFT) & MCC_Q_WRB_IDX_MASK; in alloc_mcc_wrb()
493 tag = (compl->tag0 & MCC_Q_CMD_TAG_MASK); in beiscsi_process_mcc_compl()
494 wrb_idx = (compl->tag0 & CQE_STATUS_WRB_MASK) >> CQE_STATUS_WRB_SHIFT; in beiscsi_process_mcc_compl()
H A Dbe_cmds.h37 u32 tag0; /* dword 2 */ member
79 u32 tag0; /* dword 1 */ member