Searched refs:hb (Results 1 - 25 of 39) sorted by path

12

/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h240 u64 hb; member in struct:afu
H A Dmain.c1864 afu->hb = readq_be(&afu->afu_map->global.regs.afu_hb);
/linux-master/arch/mips/kernel/
H A Dcps-vec.S208 jr.hb t1
363 jr.hb t1
477 1: jr.hb t0
H A Dhead.S138 jr.hb v0
/linux-master/drivers/atm/
H A Dfore200e.c2747 u32 hb = fore200e->bus->read(&fore200e->cp_queues->heartbeat); local
2753 if (hb >> 16 != 0xDEAD)
2754 len += sprintf(page + len, "0x%08x\n", hb);
2756 len += sprintf(page + len, "*** FATAL ERROR %04x ***\n", hb & 0xFFFF);
H A Dnicstar.c203 struct sk_buff *hb; local
228 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) {
229 dev_kfree_skb_any(hb);
658 struct sk_buff *hb; local
659 hb = __dev_alloc_skb(NS_HBUFSIZE, GFP_KERNEL);
660 if (hb == NULL) {
668 NS_PRV_BUFTYPE(hb) = BUF_NONE;
669 skb_queue_tail(&card->hbpool.queue, hb);
838 struct sk_buff *hb; local
839 while ((hb
2226 struct sk_buff *hb, *sb, *lb; local
2612 struct sk_buff *hb; local
2627 struct sk_buff *hb; local
[all...]
/linux-master/drivers/comedi/drivers/
H A Ddt2801.c248 int hb = 0; local
254 ret = dt2801_readdata(dev, &hb);
258 *data = (hb << 8) + lb;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.c87 /* fill hb stats memory with pattern */
224 struct adf_heartbeat *hb; local
237 hb = accel_dev->heartbeat;
238 hb->hb_sent_counter++;
244 hb->hb_failed_counter++;
282 struct adf_heartbeat *hb; local
284 hb = kzalloc(sizeof(*hb), GFP_KERNEL);
285 if (!hb)
288 hb
334 struct adf_heartbeat *hb = accel_dev->heartbeat; local
[all...]
H A Dadf_heartbeat_dbgfs.c198 struct adf_heartbeat *hb = accel_dev->heartbeat; local
200 if (!hb)
203 hb->dbgfs.base_dir = debugfs_create_dir("heartbeat", accel_dev->debugfs_dir);
204 hb->dbgfs.status = debugfs_create_file("status", 0400, hb->dbgfs.base_dir,
206 hb->dbgfs.sent = debugfs_create_file("queries_sent", 0400, hb->dbgfs.base_dir,
207 &hb->hb_sent_counter, &adf_hb_stats_fops);
208 hb->dbgfs.failed = debugfs_create_file("queries_failed", 0400, hb
228 struct adf_heartbeat *hb = accel_dev->heartbeat; local
[all...]
/linux-master/drivers/cxl/
H A Dacpi.c499 static int cxl_get_chbs(struct device *dev, struct acpi_device *hb, argument
505 rc = acpi_evaluate_integer(hb->handle, METHOD_NAME__UID, NULL, &uid);
526 struct acpi_device *hb = to_cxl_host_bridge(NULL, dev); local
529 if (kstrtou32(acpi_device_uid(hb), 0, &uid))
545 struct acpi_device *hb = to_cxl_host_bridge(host, match); local
547 if (!hb)
550 rc = cxl_get_chbs(match, hb, &ctx);
566 pci_root = acpi_pci_find_root(hb->handle);
602 struct acpi_device *hb = to_cxl_host_bridge(host, match); local
611 if (!hb)
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c159 * @hb: Whether the high-bandwidth port is available.
164 const char *msg, bool hb)
170 if (hb && !cc_platform_has(CC_ATTR_MEM_ENCRYPT)) {
216 * @hb: Whether the high-bandwidth port is available.
221 unsigned long reply_len, bool hb)
226 if (hb && !cc_platform_has(CC_ATTR_MEM_ENCRYPT)) {
163 vmw_port_hb_out(struct rpc_channel *channel, const char *msg, bool hb) argument
220 vmw_port_hb_in(struct rpc_channel *channel, char *reply, unsigned long reply_len, bool hb) argument
/linux-master/drivers/hwmon/
H A Dw83773g.c56 static inline long temp_of_remote(s8 hb, u8 lb) argument
58 return (hb << 3 | lb >> 5) * 125;
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c1313 dm_oblock_t hb = to_hblock(mq, b); local
1314 struct entry *e = h_lookup(&mq->hotspot_table, hb);
1340 e->oblock = hb;
/linux-master/drivers/media/i2c/
H A Dmt9v111.c459 unsigned int hb; local
490 best_fps = vb = hb = 0;
498 for (hb = MT9V111_CORE_R05_MIN_HBLANK;
499 hb < MT9V111_CORE_R05_MAX_HBLANK; hb += 10) {
500 unsigned int t_frame = (row_pclk + hb) *
518 ret = v4l2_ctrl_s_ctrl_int64(mt9v111->hblank, hb);
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c143 struct bcm_vk_hb_ctrl *hb = container_of(to_delayed_work(work), struct bcm_vk_hb_ctrl, local
145 struct bcm_vk *vk = container_of(hb, struct bcm_vk, hb_ctrl);
151 if (uptime_s == hb->last_uptime)
152 hb->lost_cnt++;
154 hb->lost_cnt = 0;
157 hb->last_uptime, uptime_s, hb->lost_cnt);
164 hb->last_uptime = uptime_s;
167 hb->lost_cnt = 0;
171 if (hb
185 struct bcm_vk_hb_ctrl *hb = &vk->hb_ctrl; local
193 struct bcm_vk_hb_ctrl *hb = &vk->hb_ctrl; local
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c19 int hb; local
27 hb = ionic_heartbeat_check(ionic);
28 dev_dbg(ionic->dev, "%s: hb %d running %d UP %d\n",
29 __func__, hb, netif_running(lif->netdev),
32 if (hb >= 0 &&
/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c1211 struct hmeal_init_block *hb = hp->happy_block; local
1228 hme_write_rxd(hp, &hb->happy_meal_rxd[i], 0, 0);
1239 hme_write_rxd(hp, &hb->happy_meal_rxd[i], 0, 0);
1242 hme_write_rxd(hp, &hb->happy_meal_rxd[i],
1250 hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0);
/linux-master/drivers/net/phy/
H A Dbcm-phy-ptp.c180 u16 hb[4]; local
184 hb[0] = bcm_phy_read_exp(phydev, HB_REG_0);
185 hb[1] = bcm_phy_read_exp(phydev, HB_REG_1);
186 hb[2] = bcm_phy_read_exp(phydev, HB_REG_2);
187 hb[3] = bcm_phy_read_exp(phydev, HB_REG_3);
192 ts->tv_sec = (hb[3] << 16) | hb[2];
193 ts->tv_nsec = (hb[1] << 16) | hb[0];
/linux-master/drivers/scsi/
H A Dconstants.c411 enum scsi_host_status hb = host_byte(result); local
414 if (hb < ARRAY_SIZE(hostbyte_table))
415 hb_string = hostbyte_table[hb];
/linux-master/drivers/staging/vt6655/
H A Dmac.h544 #define MAKEWORD(lb, hb) \
545 ((unsigned short)(((unsigned char)(lb)) | (((unsigned short)((unsigned char)(hb))) << 8)))
/linux-master/include/linux/
H A Dhdlcdrv.h158 static inline int hdlcdrv_hbuf_full(struct hdlcdrv_hdlcbuffer *hb) argument
163 spin_lock_irqsave(&hb->lock, flags);
164 ret = !((HDLCDRV_HDLCBUFFER - 1 + hb->rd - hb->wr) % HDLCDRV_HDLCBUFFER);
165 spin_unlock_irqrestore(&hb->lock, flags);
171 static inline int hdlcdrv_hbuf_empty(struct hdlcdrv_hdlcbuffer *hb) argument
176 spin_lock_irqsave(&hb->lock, flags);
177 ret = (hb->rd == hb->wr);
178 spin_unlock_irqrestore(&hb
184 hdlcdrv_hbuf_get(struct hdlcdrv_hdlcbuffer *hb) argument
204 hdlcdrv_hbuf_put(struct hdlcdrv_hdlcbuffer *hb, unsigned short val) argument
[all...]
/linux-master/include/net/
H A Drose.h141 unsigned long t1, t2, t3, hb, idle; member in struct:rose_sock
/linux-master/io_uring/
H A Dfdinfo.c195 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; local
199 spin_lock(&hb->lock);
200 hlist_for_each_entry(req, &hb->list, hash_node)
203 spin_unlock(&hb->lock);
H A Dfutex.c331 struct futex_hash_bucket *hb; local
353 &ifd->q, &hb);
358 futex_queue(&ifd->q, hb);
H A Dpoll.c124 struct io_hash_bucket *hb = &table->hbs[index]; local
126 spin_lock(&hb->lock);
127 hlist_add_head(&req->hash_node, &hb->list);
128 spin_unlock(&hb->lock);
776 struct io_hash_bucket *hb = &table->hbs[i]; local
778 spin_lock(&hb->lock);
779 hlist_for_each_entry_safe(req, tmp, &hb->list, hash_node) {
786 spin_unlock(&hb->lock);
812 struct io_hash_bucket *hb = &table->hbs[index]; local
816 spin_lock(&hb
845 struct io_hash_bucket *hb = &table->hbs[i]; local
[all...]

Completed in 317 milliseconds

12