Searched refs:cxgbi_tag_format (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.h | 98 struct cxgbi_tag_format { struct 134 struct cxgbi_tag_format tformat; 213 struct cxgbi_tag_format *tformat = &ppm->tformat; in cxgbi_ppm_make_non_ddp_tag() 235 struct cxgbi_tag_format *tformat = &ppm->tformat; in cxgbi_ppm_decode_non_ddp_tag() 272 struct cxgbi_tag_format *tformat = &ppm->tformat; in cxgbi_ppm_ddp_tag_update_sw_bits() 294 struct cxgbi_tag_format *tformat) in cxgbi_tagmask_check() 327 void *lldev, struct cxgbi_tag_format *, 332 void cxgbi_tagmask_check(unsigned int tagmask, struct cxgbi_tag_format *);
|
H A D | libcxgb_ppm.c | 67 struct cxgbi_tag_format *tformat = &ppm->tformat; in cxgbi_ppm_find_page_index() 389 struct cxgbi_tag_format *tformat, unsigned int iscsi_size, in cxgbi_ppm_init() 471 memcpy(&ppm->tformat, tformat, sizeof(struct cxgbi_tag_format)); in cxgbi_ppm_init()
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_ddp.c | 300 struct cxgbi_tag_format tformat; in cxgbit_ddp_init() 308 memset(&tformat, 0, sizeof(struct cxgbi_tag_format)); in cxgbit_ddp_init()
|
/openbmc/linux/drivers/scsi/cxgbi/ |
H A D | libcxgbi.h | 642 struct cxgbi_tag_format *tformat,
|
H A D | libcxgbi.c | 1214 struct cxgbi_tag_format *tformat, in cxgbi_ddp_ppm_setup()
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 1226 struct cxgbi_tag_format tformat; in cxgb3i_ddp_init() 1250 memset(&tformat, 0, sizeof(struct cxgbi_tag_format)); in cxgb3i_ddp_init()
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 2156 struct cxgbi_tag_format tformat; in cxgb4i_ddp_init() 2166 memset(&tformat, 0, sizeof(struct cxgbi_tag_format)); in cxgb4i_ddp_init()
|