Home
last modified time | relevance | path

Searched refs:oip (Results 1 – 3 of 3) 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/fs/overlayfs/
H A Dinode.c890 void ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip, in ovl_inode_init() argument
896 oi->__upperdentry = oip->upperdentry; in ovl_inode_init()
897 oi->oe = oip->oe; in ovl_inode_init()
898 oi->redirect = oip->redirect; in ovl_inode_init()
899 oi->lowerdata_redirect = oip->lowerdata_redirect; in ovl_inode_init()
1210 struct ovl_inode_params *oip) in ovl_get_inode() argument
1213 struct dentry *upperdentry = oip->upperdentry; in ovl_get_inode()
1214 struct ovl_path *lowerpath = ovl_lowerpath(oip->oe); in ovl_get_inode()
1223 oip->index); in ovl_get_inode()
1227 int err = oip->newinode ? -EEXIST : -ENOMEM; in ovl_get_inode()
[all …]
/linux/drivers/scsi/
H A Dscsi_debug.c2439 const struct opcode_info_t *oip; in resp_rsup_opcodes() local
2467 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes()
2468 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()
2469 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
2471 if ((devsel & oip->devsel) != 0) { in resp_rsup_opcodes()
2472 arr[offset] = oip->opcode; in resp_rsup_opcodes()
2473 put_unaligned_be16(oip->sa, arr + offset + 2); in resp_rsup_opcodes()
2476 if (FF_SA & oip->flags) in resp_rsup_opcodes()
2478 put_unaligned_be16(oip->len_mask[0], arr + offset + 6); in resp_rsup_opcodes()
2483 na = oip->num_attached; in resp_rsup_opcodes()
[all …]