tagmask           122 drivers/net/ethernet/chelsio/cxgb3/cxgb3_ctl_defs.h 	unsigned int tagmask;
tagmask           216 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		uiip->tagmask = t3_read_reg(adapter, A_ULPRX_ISCSI_TAGMASK);
tagmask           254 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		t3_write_reg(adapter, A_ULPRX_ISCSI_TAGMASK, uiip->tagmask);
tagmask           293 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h static inline void cxgbi_tagmask_check(unsigned int tagmask,
tagmask           296 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 	unsigned int bits = fls(tagmask);
tagmask           311 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 		tagmask, tformat->rsvd_bits, tformat->idx_bits,
tagmask           332 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h void cxgbi_tagmask_check(unsigned int tagmask, struct cxgbi_tag_format *);
tagmask          1218 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	unsigned int ppmax, tagmask = 0;
tagmask          1235 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	tagmask = cxgbi_tagmask_set(ppmax);
tagmask          1238 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask,
tagmask          1239 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		tagmask);
tagmask          1244 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	cxgbi_tagmask_check(tagmask, &tformat);
tagmask          1253 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		uinfo.tagmask = tagmask;