Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fsf.c363 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval()
483 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local
489 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_fsf_exchange_config_evaluate()
491 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate()
495 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate()
501 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate()
502 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate()
515 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_fsf_exchange_config_evaluate()
517 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_fsf_exchange_config_evaluate()
519 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate()
[all …]
Dzfcp_dbf.h305 fcp_rsp = &qtcb->bottom.io.fcp_rsp.iu.resp; in zfcp_dbf_hba_fsf_resp_suppress()
Dzfcp_fsf.h423 union fsf_qtcb_bottom bottom; member
Dzfcp_dbf.c651 fcp_rsp = &(fsf->qtcb->bottom.io.fcp_rsp.iu); in zfcp_dbf_scsi_common()
/linux-4.19.296/block/
Dblk-settings.c559 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local
595 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits()
598 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits()
661 bottom = b->discard_granularity + alignment; in blk_stack_limits()
664 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits()
724 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local
727 bdevname(bdev, bottom); in disk_stack_limits()
730 top, bottom); in disk_stack_limits()
/linux-4.19.296/include/media/
Dv4l2-rect.h95 int right, bottom; in v4l2_rect_intersect() local
99 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect()
101 r->height = max(0, bottom - r->top); in v4l2_rect_intersect()
/linux-4.19.296/include/video/
Dmbxfb.h82 __u8 bottom; member
/linux-4.19.296/include/uapi/drm/
Dqxl_drm.h101 __u32 bottom; member
/linux-4.19.296/include/linux/
Dconsole.h60 unsigned int bottom, enum con_scroll dir,
/linux-4.19.296/fs/hfs/
Dhfs.h100 __be16 bottom; member
/linux-4.19.296/fs/hfsplus/
Dhfsplus_raw.h230 __be16 bottom; member
/linux-4.19.296/include/drm/
Ddrm_connector.h443 unsigned int bottom; member
/linux-4.19.296/fs/jffs2/
DREADME.Locking80 to be called from bottom-half (timer) context (on the basis that nobody
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2152 unsigned bottom = b->top + b->height - 1; in tpg_fill_plane_extras() local
2157 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()