Home
last modified time | relevance | path

Searched refs:oip (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/libie/
H A Drx.c23 #define LIBIE_RX_PT(oip, ofrag, tun, tp, tefr, iprot, pl) { \ argument
24 .outer_ip = LIBETH_RX_PT_OUTER_##oip, \
31 .hash_type = XDP_RSS_L3_##oip | \
44 #define LIBIE_RX_PT_IP_FRAG(oip) \ argument
45 LIBIE_RX_PT(IPV##oip, FRAG, NONE, NONE, NOT_FRAG, NONE, L3)
46 #define LIBIE_RX_PT_IP_L3(oip, tun, teprot, tefr) \ argument
47 LIBIE_RX_PT(IPV##oip, NOT_FRAG, tun, teprot, tefr, NONE, L3)
48 #define LIBIE_RX_PT_IP_L4(oip, tun, teprot, iprot) \ argument
49 LIBIE_RX_PT(IPV##oip, NOT_FRAG, tun, teprot, NOT_FRAG, iprot, L4)
51 #define LIBIE_RX_PT_IP_NOF(oip, tun, ver) \ argument
[all …]
/linux/drivers/scsi/
H A Dscsi_debug.c2493 const struct opcode_info_t *oip; in resp_rsup_opcodes() local
2521 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes()
2522 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()
2523 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
2525 if ((devsel & oip->devsel) != 0) { in resp_rsup_opcodes()
2526 arr[offset] = oip->opcode; in resp_rsup_opcodes()
2527 put_unaligned_be16(oip->sa, arr + offset + 2); in resp_rsup_opcodes()
2530 if (FF_SA & oip->flags) in resp_rsup_opcodes()
2532 put_unaligned_be16(oip->len_mask[0], arr + offset + 6); in resp_rsup_opcodes()
2537 na = oip->num_attached; in resp_rsup_opcodes()
[all …]
/linux/fs/overlayfs/
H A Doverlayfs.h849 void ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip,
857 struct ovl_inode_params *oip);
H A Dsuper.c1313 struct ovl_inode_params oip = { in ovl_get_root() local
1349 ovl_inode_init(d_inode(root), &oip, ino, fsid); in ovl_get_root()