Searched refs:bottom (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/drivers/s390/scsi/ |
D | zfcp_fsf.c | 363 (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 …]
|
D | zfcp_dbf.h | 305 fcp_rsp = &qtcb->bottom.io.fcp_rsp.iu.resp; in zfcp_dbf_hba_fsf_resp_suppress()
|
D | zfcp_fsf.h | 423 union fsf_qtcb_bottom bottom; member
|
D | zfcp_dbf.c | 651 fcp_rsp = &(fsf->qtcb->bottom.io.fcp_rsp.iu); in zfcp_dbf_scsi_common()
|
/linux-4.19.296/block/ |
D | blk-settings.c | 559 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/ |
D | v4l2-rect.h | 95 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/ |
D | mbxfb.h | 82 __u8 bottom; member
|
/linux-4.19.296/include/uapi/drm/ |
D | qxl_drm.h | 101 __u32 bottom; member
|
/linux-4.19.296/include/linux/ |
D | console.h | 60 unsigned int bottom, enum con_scroll dir,
|
/linux-4.19.296/fs/hfs/ |
D | hfs.h | 100 __be16 bottom; member
|
/linux-4.19.296/fs/hfsplus/ |
D | hfsplus_raw.h | 230 __be16 bottom; member
|
/linux-4.19.296/include/drm/ |
D | drm_connector.h | 443 unsigned int bottom; member
|
/linux-4.19.296/fs/jffs2/ |
D | README.Locking | 80 to be called from bottom-half (timer) context (on the basis that nobody
|
/linux-4.19.296/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2152 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()
|