HomeSort by: relevance | last modified time | path
    Searched refs:mc7 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 138 * t3_mc7_bd_read - read from MC7 through backdoor accesses
139 * @mc7: identifies MC7 to read from
144 * Read n 64-bit words from MC7 starting at word start, using backdoor
147 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
153 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */
154 adapter_t *adap = mc7->adapter;
159 start *= (8 << mc7->width);
164 for (i = (1 << mc7->width) - 1; i >= 0; --i)
    [all...]
cxgb_t3_hw.c 138 * t3_mc7_bd_read - read from MC7 through backdoor accesses
139 * @mc7: identifies MC7 to read from
144 * Read n 64-bit words from MC7 starting at word start, using backdoor
147 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
153 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */
154 adapter_t *adap = mc7->adapter;
159 start *= (8 << mc7->width);
164 for (i = (1 << mc7->width) - 1; i >= 0; --i)
    [all...]
cxgb_t3_hw.c 138 * t3_mc7_bd_read - read from MC7 through backdoor accesses
139 * @mc7: identifies MC7 to read from
144 * Read n 64-bit words from MC7 starting at word start, using backdoor
147 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
153 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */
154 adapter_t *adap = mc7->adapter;
159 start *= (8 << mc7->width);
164 for (i = (1 << mc7->width) - 1; i >= 0; --i)
    [all...]
cxgb_adapter.h 366 struct mc7 pmrx;
367 struct mc7 pmtx;
368 struct mc7 cm;
cxgb_adapter.h 366 struct mc7 pmrx;
367 struct mc7 pmtx;
368 struct mc7 cm;
cxgb_adapter.h 366 struct mc7 pmrx;
367 struct mc7 pmtx;
368 struct mc7 cm;
cxgb_common.h 449 struct mc7 { struct
452 unsigned int width; /* MC7 interface width */
453 unsigned int offset; /* register address offset for MC7 instance */
454 const char *name; /* name of MC7 instance */
455 struct mc7_stats stats; /* MC7 statistics */
458 static __inline unsigned int t3_mc7_size(const struct mc7 *p)
692 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
cxgb_common.h 449 struct mc7 { struct
452 unsigned int width; /* MC7 interface width */
453 unsigned int offset; /* register address offset for MC7 instance */
454 const char *name; /* name of MC7 instance */
455 struct mc7_stats stats; /* MC7 statistics */
458 static __inline unsigned int t3_mc7_size(const struct mc7 *p)
692 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
cxgb_common.h 449 struct mc7 { struct
452 unsigned int width; /* MC7 interface width */
453 unsigned int offset; /* register address offset for MC7 instance */
454 const char *name; /* name of MC7 instance */
455 struct mc7_stats stats; /* MC7 statistics */
458 static __inline unsigned int t3_mc7_size(const struct mc7 *p)
692 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
cxgb_offload.c 301 struct mc7 *mem;
cxgb_offload.c 301 struct mc7 *mem;
cxgb_offload.c 301 struct mc7 *mem;

Completed in 46 milliseconds