Home
last modified time | relevance | path

Searched refs:om (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/ata/pata_parport/
H A Dbpck.c301 int i, e, l, h, om; in bpck_test_proto() local
335 om = pi->mode; in bpck_test_proto()
342 pi->mode = om; in bpck_test_proto()
384 int i, j, k, p, v, f, om, od; in bpck_read_eeprom() local
388 om = pi->mode; od = pi->delay; in bpck_read_eeprom()
423 if (om >= 2) { in bpck_read_eeprom()
430 pi->mode = om; pi->delay = od; in bpck_read_eeprom()
/linux/drivers/auxdisplay/
H A Dpanel.c1375 u8 im, om; in input_name2mask() local
1378 om = 0; in input_name2mask()
1398 om |= BIT(out); in input_name2mask()
1417 *omask |= om; in input_name2mask()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h175 u32 om:2; /* offload mode */ member
179 u32 om:2; /* offload mode */ member
H A Dvmxnet3_xdp.c172 gdesc->txd.om = 0; in vmxnet3_xdp_xmit_frame()
H A Dvmxnet3_drv.c1277 gdesc->txd.om = VMXNET3_OM_TSO; in vmxnet3_tq_xmit()
1280 gdesc->txd.om = VMXNET3_OM_ENCAP; in vmxnet3_tq_xmit()
1288 gdesc->txd.om = VMXNET3_OM_TSO; in vmxnet3_tq_xmit()
1299 gdesc->txd.om = VMXNET3_OM_CSUM; in vmxnet3_tq_xmit()
1304 gdesc->txd.om = VMXNET3_OM_ENCAP; in vmxnet3_tq_xmit()
1309 gdesc->txd.om = VMXNET3_OM_CSUM; in vmxnet3_tq_xmit()
1314 gdesc->txd.om = 0; in vmxnet3_tq_xmit()
/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c2355 u32 next_offset, om = KDETH_OM_LARGE; in hfi1_build_tid_rdma_read_resp() local
2379 KDETH_SET(resp->kdeth0, OM, om == KDETH_OM_LARGE); in hfi1_build_tid_rdma_read_resp()
2380 KDETH_SET(resp->kdeth0, OFFSET, flow->tid_offset / om); in hfi1_build_tid_rdma_read_resp()
4217 u32 next_offset, om = KDETH_OM_LARGE; in hfi1_build_tid_rdma_packet() local
4240 KDETH_SET(wd->kdeth0, OM, om == KDETH_OM_LARGE); in hfi1_build_tid_rdma_packet()
4241 KDETH_SET(wd->kdeth0, OFFSET, flow->tid_offset / om); in hfi1_build_tid_rdma_packet()