Home
last modified time | relevance | path

Searched refs:index_data (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/media/dvb/dvb-usb/
Ddib0700_devices.c1667 u8 index_data; in dib01x0_pmu_update() local
1689 for (index_data = 0; index_data < len; index_data += 2) { in dib01x0_pmu_update()
1690 wb[2] = (data[index_data + 1] >> 8) & 0xff; in dib01x0_pmu_update()
1691 wb[3] = (data[index_data + 1]) & 0xff; in dib01x0_pmu_update()
1693 if (data[index_data] == 0) { in dib01x0_pmu_update()
1694 wb[0] = (data[index_data] >> 8) & 0xff; in dib01x0_pmu_update()
1695 wb[1] = (data[index_data]) & 0xff; in dib01x0_pmu_update()
1703 wb[0] = (data[index_data] >> 8)&0xff; in dib01x0_pmu_update()
1704 wb[1] = (data[index_data])&0xff; in dib01x0_pmu_update()
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_hsi.h3542 struct hc_index_data index_data[HC_SB_MAX_INDICES_E1X]; member
3551 struct hc_index_data index_data[HC_SB_MAX_INDICES_E2]; member
Dbnx2x_main.c368 offsetof(struct hc_status_block_data_e2, index_data) : in storm_memset_hc_timeout()
369 offsetof(struct hc_status_block_data_e1x, index_data); in storm_memset_hc_timeout()
385 offsetof(struct hc_status_block_data_e2, index_data) : in storm_memset_hc_disable()
386 offsetof(struct hc_status_block_data_e1x, index_data); in storm_memset_hc_disable()
933 sb_data_e2.index_data : in bnx2x_panic_dump()
934 sb_data_e1x.index_data; in bnx2x_panic_dump()
4086 hc_index_p = sb_data_e2.index_data; in bnx2x_init_sb()
4100 hc_index_p = sb_data_e1x.index_data; in bnx2x_init_sb()
/linux-2.6.39/drivers/net/
Dcnic.c4575 offsetof(struct hc_status_block_data_e1x, index_data) + in cnic_storm_memset_hc_disable()
4593 offsetof(struct hc_status_block_data_e1x, index_data) + in cnic_enable_bnx2x_int()