Searched refs:sw_tag (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.h193 * @sw_tag: s/w tag to be checked
198 u32 sw_tag)
200 sw_tag >>= (32 - tformat->rsvd_bits);
201 return !sw_tag;
207 * @sw_tag: s/w tag to be checked
212 u32 sw_tag)
217 if (sw_tag && (sw_tag & ~mask)) {
218 u32 v1 = sw_tag & ((1 << shift) - 1);
219 u32 v2 = (sw_tag >> (shif
197 cxgb3i_sw_tag_usable(struct cxgb3i_tag_format *tformat, u32 sw_tag) argument
211 cxgb3i_set_non_ddp_tag(struct cxgb3i_tag_format *tformat, u32 sw_tag) argument
231 cxgb3i_ddp_tag_base(struct cxgb3i_tag_format *tformat, u32 sw_tag) argument
[all...]
H A Dcxgb3i_ddp.c391 u32 sw_tag = *tagp; local
424 tag = cxgb3i_ddp_tag_base(tformat, sw_tag);
439 gl->length, gl->nelem, gl->offset, tid, sw_tag, tag,
H A Dcxgb3i_iscsi.c845 u32 sw_tag = (sess->age << cconn->task_idx_bits) | task->itt; local
851 cxgb3i_sw_tag_usable(tformat, sw_tag)) {
861 tag = sw_tag;
871 tag = cxgb3i_set_non_ddp_tag(tformat, sw_tag);

Completed in 108 milliseconds