Searched refs:ctx_base (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c211 writel(cpu_to_le32(msg), conn->ep->qp.ctx_base);
245 ep->qp.ctx_base + CNIC_RECV_DOORBELL);
272 writew(count, ep->qp.ctx_base + CNIC_SEND_DOORBELL);
1122 if (ep->qp.ctx_base) {
1123 iounmap(ep->qp.ctx_base);
1124 ep->qp.ctx_base = NULL;
2166 ep->qp.ctx_base = NULL;
2409 ep->qp.ctx_base = ioremap_nocache(reg_base + reg_off, 4);
2429 ep->qp.ctx_base = ioremap_nocache(reg_base + reg_off,
2431 if (!ep->qp.ctx_base)
[all...]
H A Dbnx2i.h506 * @ctx_base: ioremapped pci register base to access doorbell register
557 void __iomem *ctx_base; member in struct:qp_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_cabac.c1294 static int decode_cabac_intra_mb_type(H264Context *h, int ctx_base, int intra_slice) { argument
1295 uint8_t *state= &h->cabac_state[ctx_base];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cabac.c1295 static int decode_cabac_intra_mb_type(H264Context *h, int ctx_base, int intra_slice) { argument
1296 uint8_t *state= &h->cabac_state[ctx_base];

Completed in 72 milliseconds