Searched refs:tagmask (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.h | 293 static inline void cxgbi_tagmask_check(unsigned int tagmask, in cxgbi_tagmask_check() argument 296 unsigned int bits = fls(tagmask); in cxgbi_tagmask_check() 311 tagmask, tformat->rsvd_bits, tformat->idx_bits, in cxgbi_tagmask_check() 332 void cxgbi_tagmask_check(unsigned int tagmask, struct cxgbi_tag_format *);
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_ctl_defs.h | 122 unsigned int tagmask; member
|
/linux/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 1227 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local 1244 tagmask = cxgbi_tagmask_set(ppmax); in cxgb3i_ddp_init() 1247 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1248 tagmask); in cxgb3i_ddp_init() 1253 cxgbi_tagmask_check(tagmask, &tformat); in cxgb3i_ddp_init() 1262 uinfo.tagmask = tagmask; in cxgb3i_ddp_init()
|